Skip to content
Snippets Groups Projects
Commit bca074ca authored by Martin Teichmann's avatar Martin Teichmann
Browse files

try to fix doc build

See merge request !321
parents 7126a180 f8d6d581
No related branches found
No related tags found
1 merge request!321move to classic theme (we don't use rtd anymore)
Pipeline #164631 failed
...@@ -4,6 +4,8 @@ image: sphinxdoc/sphinx ...@@ -4,6 +4,8 @@ image: sphinxdoc/sphinx
before_script: [] before_script: []
pages: pages:
script: script:
- pip3 install sphinx-autoapi
- pip3 install nbsphinx
- sphinx-build -M html doc public - sphinx-build -M html doc public
artifacts: artifacts:
paths: paths:
......
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
import os import os
import sys import sys
sys.path.insert(0, os.path.abspath('..')) sys.path.insert(0, os.path.abspath('..'))
import sphinx_rtd_theme
# -- Project information ----------------------------------------------------- # -- Project information -----------------------------------------------------
...@@ -45,7 +44,6 @@ extensions = [ ...@@ -45,7 +44,6 @@ extensions = [
'sphinx.ext.napoleon', 'sphinx.ext.napoleon',
'sphinx.ext.extlinks', 'sphinx.ext.extlinks',
'autoapi.extension', 'autoapi.extension',
'sphinx_rtd_theme',
'nbsphinx' 'nbsphinx'
] ]
...@@ -98,8 +96,7 @@ pygments_style = None ...@@ -98,8 +96,7 @@ pygments_style = None
# The theme to use for HTML and HTML Help pages. See the documentation for # The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes. # a list of builtin themes.
# #
#html_theme = 'alabaster' html_theme = 'classic'
html_theme = 'sphinx_rtd_theme'
# Theme options are theme-specific and customize the look and feel of a theme # Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the # further. For a list of options available for each theme, see the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment