Skip to content

Commit

Permalink
update source/conf.py (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonguichandut authored Apr 27, 2023
1 parent ef73ae8 commit 6c70efd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sphinx_docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import os
import re
import sys
import sphinx_rtd_theme
import breathe
import shlex
import subprocess
Expand Down Expand Up @@ -56,6 +55,7 @@ def get_version():
'sphinx.ext.autosummary',
'numpydoc',
'sphinx.ext.githubpages',
'sphinx_rtd_theme',
'breathe',
'IPython.sphinxext.ipython_console_highlighting',
'sphinx.ext.intersphinx']
Expand Down Expand Up @@ -140,7 +140,6 @@ def get_version():
# a list of builtin themes.
#
html_theme = 'sphinx_rtd_theme'
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

# 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
Expand Down

0 comments on commit 6c70efd

Please sign in to comment.