Skip to content

Commit

Permalink
Update Sphinx config
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidka committed Mar 21, 2024
1 parent 2b1bca7 commit 67fd2e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'sphinx_rtd_theme'
]

# Add any paths that contain templates here, relative to this directory.
Expand All @@ -58,7 +59,7 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
# html_static_path = ['_static']

master_doc = 'index'

Expand Down

0 comments on commit 67fd2e9

Please sign in to comment.