You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- name: Get dune.module from master branch of opm-simulators, this is needed for the call to extract_opm_simulators_release in python/sphinx_docs/docs/conf.py.
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ See also the script [opmdoc-download-files](https://github.com/OPM/opm-python-do
11
11
12
12
## Building the documentation online on your fork
13
13
- Turn on github actions at `https://github.com/<your-github-username>/opm-python-documentation/actions`
14
+
- Add the docstrings_common.json and docstrings_simulators.json file you want to test to the python folder
14
15
- Push any changes to a branch of your fork, this should trigger a build of the documentation, where the built documentation is pushed to the branch `gh-pages-<name-of-your-branch>`
15
16
- Then you can turn on github pages for your fork at `https://github.com/<your-github-username>/opm-python-documentation/settings/pages`
16
17
- Select the branch `gh-pages-<name-of-your-branch>` as the source for your github page
0 commit comments