Skip to content

Commit

Permalink
Merge branch 'main' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed May 1, 2023
2 parents d733210 + 6c70efd commit 870f6b6
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 870f6b6

Please sign in to comment.