Skip to content

Commit 2101aab

Browse files
author
Joe Gasewicz
authored
Merge pull request #92 from joegasewicz/sphinx_rtd_theme-found-#86
#86 Docs - no theme named 'sphinx_rtd_theme' found
2 parents b39c621 + 9a71f87 commit 2101aab

File tree

3 files changed

+53
-4
lines changed

3 files changed

+53
-4
lines changed

.readthedocs.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ sphinx:
2424
# - pdf
2525

2626
# Optionally declare the Python requirements required to build your docs
27-
#python:
28-
# install:
29-
# - requirements: docs/requirements.txt
27+
python:
28+
install:
29+
- requirements: docs/requirements.txt

docs/requirements.txt

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
alabaster==0.7.16
2+
astroid==3.1.0
3+
Babel==2.14.0
4+
birman==0.0.2
5+
cachetools==5.3.3
6+
certifi==2024.2.2
7+
chardet==5.2.0
8+
charset-normalizer==3.3.2
9+
colorama==0.4.6
10+
dill==0.3.8
11+
distlib==0.3.8
12+
docutils==0.20.1
13+
exceptiongroup==1.2.0
14+
filelock==3.13.1
15+
gunicorn==21.2.0
16+
idna==3.6
17+
imagesize==1.4.1
18+
iniconfig==2.0.0
19+
isort==5.13.2
20+
Jinja2==3.1.3
21+
lazy-object-proxy==1.10.0
22+
MarkupSafe==2.1.5
23+
mccabe==0.7.0
24+
packaging==23.2
25+
platformdirs==4.2.0
26+
pluggy==1.4.0
27+
Pygments==2.17.2
28+
pylint==3.1.0
29+
pyproject-api==1.6.1
30+
pytest==8.0.2
31+
pytest-deprecate==1.0.2
32+
requests==2.31.0
33+
snowballstemmer==2.2.0
34+
Sphinx==7.2.6
35+
sphinx-rtd-theme==2.0.0
36+
sphinxcontrib-applehelp==1.0.8
37+
sphinxcontrib-devhelp==1.0.6
38+
sphinxcontrib-htmlhelp==2.0.5
39+
sphinxcontrib-jquery==4.1
40+
sphinxcontrib-jsmath==1.0.1
41+
sphinxcontrib-qthelp==1.0.7
42+
sphinxcontrib-serializinghtml==1.1.10
43+
tomli==2.0.1
44+
tomlkit==0.12.4
45+
tox==4.14.1
46+
typing_extensions==4.10.0
47+
urllib3==2.2.1
48+
virtualenv==20.25.1
49+
wrapt==1.16.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="bobtail",
10-
version="0.0.26",
10+
version="0.0.27",
1111
description="A little Python http framework",
1212
packages=["bobtail"],
1313
py_modules=["bobtail"],

0 commit comments

Comments
 (0)