File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 14
14
# -- General configuration ---------------------------------------------------
15
15
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
16
16
17
+ # paths from conf.py
18
+ sys .path .insert (0 , os .path .abspath ('../' ))
19
+ sys .path .insert (0 , os .path .abspath ('.' ))
20
+
17
21
extensions = [ 'sphinx.ext.autodoc' , # To generate autodocs
18
22
'sphinx.ext.mathjax' , # autodoc with maths
19
23
'sphinx.ext.napoleon' # For auto-doc configuration
28
32
exclude_patterns = ['_build' , 'Thumbs.db' , '.DS_Store' ]
29
33
30
34
31
-
32
35
# -- Options for HTML output -------------------------------------------------
33
36
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
34
37
35
- html_theme = 'alabaster'
38
+ html_theme = 'sphinx_rtd_theme'
39
+ #html_theme = 'alabaster'
36
40
html_static_path = ['_static' ]
Original file line number Diff line number Diff line change @@ -30,6 +30,6 @@ sphinx:
30
30
# Optional but recommended, declare the Python requirements required
31
31
# to build your documentation
32
32
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
33
- # python:
34
- # install:
35
- # - requirements: docs/requirements.txt
33
+ python :
34
+ install :
35
+ - requirements : docs/requirements.txt
You can’t perform that action at this time.
0 commit comments