Skip to content
Snippets Groups Projects

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

Merged Karel van Klink requested to merge feature/update-build-docs into develop
2 files
+ 3
4
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
2
@@ -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'
Loading