Skip to content

Commit

Permalink
fix: add ReadTheDocs theme reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
kentbull committed Oct 16, 2024
1 parent cd3180c commit 8cd3391
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
5 changes: 4 additions & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@ html:
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(SOURCEDIR) $(BUILDDIR)/html
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
@echo
@echo

open:
open _build/html/index.html
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
#
if sphinx_rtd_theme:
html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
else:
html_theme = "default"

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ API Reference
.. toctree::
:maxdepth: 1

naming
keri_app
keri_core
keri_db
Expand All @@ -41,7 +42,6 @@ API Reference
keri_peer
keri_vc
keri_vdr
naming

Indices and tables
==================
Expand Down
11 changes: 10 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
myst-parser >= 4.0.0
Sphinx >= 8.1.3
Sphinx >= 8.1.3

sphinx-rtd-theme==3.0.1
sphinxcontrib-applehelp==2.0.0
sphinxcontrib-devhelp==2.0.0
sphinxcontrib-htmlhelp==2.1.0
sphinxcontrib-jquery==4.1
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==2.0.0
sphinxcontrib-serializinghtml==2.0.0

0 comments on commit 8cd3391

Please sign in to comment.