Skip to content

Commit

Permalink
Merge pull request #92 from joegasewicz/sphinx_rtd_theme-found-#86
Browse files Browse the repository at this point in the history
#86 Docs - no theme named 'sphinx_rtd_theme' found
  • Loading branch information
joegasewicz committed Mar 7, 2024
2 parents b39c621 + 9a71f87 commit 2101aab
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ sphinx:
# - pdf

# Optionally declare the Python requirements required to build your docs
#python:
# install:
# - requirements: docs/requirements.txt
python:
install:
- requirements: docs/requirements.txt
49 changes: 49 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
alabaster==0.7.16
astroid==3.1.0
Babel==2.14.0
birman==0.0.2
cachetools==5.3.3
certifi==2024.2.2
chardet==5.2.0
charset-normalizer==3.3.2
colorama==0.4.6
dill==0.3.8
distlib==0.3.8
docutils==0.20.1
exceptiongroup==1.2.0
filelock==3.13.1
gunicorn==21.2.0
idna==3.6
imagesize==1.4.1
iniconfig==2.0.0
isort==5.13.2
Jinja2==3.1.3
lazy-object-proxy==1.10.0
MarkupSafe==2.1.5
mccabe==0.7.0
packaging==23.2
platformdirs==4.2.0
pluggy==1.4.0
Pygments==2.17.2
pylint==3.1.0
pyproject-api==1.6.1
pytest==8.0.2
pytest-deprecate==1.0.2
requests==2.31.0
snowballstemmer==2.2.0
Sphinx==7.2.6
sphinx-rtd-theme==2.0.0
sphinxcontrib-applehelp==1.0.8
sphinxcontrib-devhelp==1.0.6
sphinxcontrib-htmlhelp==2.0.5
sphinxcontrib-jquery==4.1
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.7
sphinxcontrib-serializinghtml==1.1.10
tomli==2.0.1
tomlkit==0.12.4
tox==4.14.1
typing_extensions==4.10.0
urllib3==2.2.1
virtualenv==20.25.1
wrapt==1.16.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="bobtail",
version="0.0.26",
version="0.0.27",
description="A little Python http framework",
packages=["bobtail"],
py_modules=["bobtail"],
Expand Down

0 comments on commit 2101aab

Please sign in to comment.