Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [

'sphinx_copybutton'

]

# Add any paths that contain templates here, relative to this directory.
Expand All @@ -60,3 +63,11 @@
html_static_path = ['_static']

master_doc = 'index'

# To stop docstrings inheritance.
autodoc_inherit_docstrings = False

# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'

html_theme = 'classic'
1 change: 0 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Guide
aboutcode-docs/home
deltacode/index
aboutcode-toolkit/index
deltacode/index
license
help
doc_maintenance
Expand Down