Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariosmsk committed Nov 28, 2023
1 parent 865fe7e commit bec30be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
'sphinx.ext.doctest',
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
'sphinx.ext.viewcode',
'sphinx.ext.todo',
'sphinx_copybutton'
]

Expand All @@ -55,7 +57,7 @@
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']

html_theme = 'default'
html_theme = 'sphinx_rtd_theme'

# extensions = ['sphinx.ext.autosummary',]
# autodoc_default_flags = ['members']
Expand Down

0 comments on commit bec30be

Please sign in to comment.