Skip to content

Commit

Permalink
Fix Sphinx read the docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
tobgu committed Oct 16, 2023
1 parent ae193f2 commit aa32fb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
12 changes: 2 additions & 10 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
'sphinx.ext.autodoc',
'sphinx.ext.doctest',
'sphinx.ext.coverage',
'sphinx_rtd_theme',
]

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

# General information about the project.
project = u'Pyrsistent'
copyright = u'2015, Tobias Gustafsson'
copyright = u'2023, Tobias Gustafsson'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down Expand Up @@ -104,17 +105,8 @@


# -- Options for HTML output ----------------------------------------------

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
import sphinx_rtd_theme

html_theme = "sphinx_rtd_theme"

html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

# html_theme = 'default'

# 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
# documentation.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ psutil==5.7.0
pyperform
pytest
Sphinx
sphinx-rtd-theme==0.1.5
sphinx-rtd-theme
tox
setuptools>=0.16.1
twine>=3.2
Expand Down

0 comments on commit aa32fb1

Please sign in to comment.