Skip to content
Snippets Groups Projects
Verified Commit 6a37ec68 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

build docs to /docs/build instead of /docs/build/html

This should fix the Jenkins pipeline for publishing documentation
parent 38a42444
No related branches found
No related tags found
1 merge request!42build docs to /docs/build instead of /docs/build/html
Pipeline #83541 passed
pip install sphinx-autodoc2 sphinx_rtd_theme myst-parser pip install sphinx-autodoc2 sphinx_rtd_theme myst-parser
cd docs/source || exit 1 cd docs || exit 1
make html sphinx-build source build
...@@ -31,8 +31,7 @@ html_theme_options = { ...@@ -31,8 +31,7 @@ html_theme_options = {
html_css_files = ['custom.css'] html_css_files = ['custom.css']
html_logo = 'static/geant_logo_white.svg' html_logo = 'static/geant_logo_white.svg'
# Both the class' and the __init__ method's docstring # Both the class' and the __init__ method's docstring are concatenated and inserted.
# are concatenated and inserted.
autoclass_content = 'both' autoclass_content = 'both'
autodoc_typehints = 'none' autodoc_typehints = 'none'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment