Skip to content

Commit

Permalink
Merge pull request #38 from yut23/patch-1
Browse files Browse the repository at this point in the history
Fix search bar
  • Loading branch information
zingale authored Oct 15, 2024
2 parents cf1dd00 + 9256642 commit 453e9bf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sphinx_docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#
import os
import sys
import sphinx_rtd_theme
sys.path.insert(0, os.path.abspath('../../'))


Expand All @@ -40,6 +39,7 @@
'numpydoc',
'sphinx_copybutton',
'sphinx-prompt',
'sphinx_rtd_theme',
'sphinx.ext.githubpages']

# Add any paths that contain templates here, relative to this directory.
Expand All @@ -59,7 +59,7 @@

# General information about the project.
project = 'AMReX-Astro'
copyright = '2018-2021, AMReX-Astro development tem'
copyright = '2018-2024, AMReX-Astro development tem'
author = 'AMReX-Astro development team'

# The version info for the project you're documenting, acts as replacement for
Expand Down Expand Up @@ -96,7 +96,6 @@
# 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 453e9bf

Please sign in to comment.