Skip to content

Commit

Permalink
Merge pull request #1755 from praw-dev/fix_rtd_bullets
Browse files Browse the repository at this point in the history
Fix bullets on readthedocs
  • Loading branch information
LilSpazJoekp committed Jul 7, 2021
2 parents a92692e + 8bceca6 commit 6d2dcaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

copyright = datetime.today().strftime("%Y, Bryce Boe")
exclude_patterns = ["_build"]
extensions = ["sphinx.ext.autodoc", "sphinx.ext.intersphinx"]
extensions = ["sphinx.ext.autodoc", "sphinx.ext.intersphinx", "sphinx_rtd_theme"]
html_static_path = ["_static"]
html_theme = "sphinx_rtd_theme"
html_theme_options = {"collapse_navigation": True}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"sphinx",
"sphinx_rtd_theme",
],
"readthedocs": ["sphinx"],
"readthedocs": ["sphinx", "sphinx_rtd_theme"],
"test": [
"betamax >=0.8, <0.9",
"betamax-matchers >=0.3.0, <0.5",
Expand Down

0 comments on commit 6d2dcaf

Please sign in to comment.