File tree Expand file tree Collapse file tree 6 files changed +41
-199
lines changed Expand file tree Collapse file tree 6 files changed +41
-199
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+
3+ python :
4+ install :
5+ - requirements : ./docs/requirements.txt
6+
7+ build :
8+ os : ubuntu-20.04
9+ tools :
10+ python : " 3.9"
11+
12+ sphinx :
13+ configuration : docs/conf.py
Original file line number Diff line number Diff line change 4646
4747# General information about the project.
4848project = "redis-py"
49- copyright = "2016, Andy McCurdy "
49+ copyright = "2021, Redis Inc. "
5050
5151# The version info for the project you're documenting, acts as replacement for
5252# |version| and |release|, also used in various other places throughout the
5353# built documents.
5454#
5555# The short X.Y version.
56- version = "2.10.5 "
56+ version = "4.0.9 "
5757# The full version, including alpha/beta/rc tags.
58- release = "2.10.5 "
58+ release = "4.0.0 "
5959
6060# The language for content autogenerated by Sphinx. Refer to documentation
6161# for a list of supported languages.
191191 ("index" ,
192192 "redis-py.tex" ,
193193 "redis-py Documentation" ,
194- "Andy McCurdy " ,
194+ "Redis Inc " ,
195195 "manual" ),
196196]
197197
240240 "index" ,
241241 "redis-py" ,
242242 "redis-py Documentation" ,
243- "Andy McCurdy " ,
243+ "Redis Inc " ,
244244 "redis-py" ,
245245 "One line description of project." ,
246246 "Miscellaneous" ,
257257# texinfo_show_urls = 'footnote'
258258
259259epub_title = "redis-py"
260- epub_author = "Andy McCurdy "
261- epub_publisher = "Andy McCurdy "
262- epub_copyright = "2011, Andy McCurdy "
260+ epub_author = "Redis Inc "
261+ epub_publisher = "Redis Inc "
262+ epub_copyright = "2021, Redis Inc "
Original file line number Diff line number Diff line change @@ -22,5 +22,21 @@ Contents:
2222.. automodule :: redis
2323 :members:
2424
25+ .. automodule :: redis.backoff
26+ :members:
27+
28+ .. automodule :: redis.connection
29+ :members:
30+
31+ .. automodule :: redis.commands
32+ :members:
33+
34+ .. automodule :: redis.exceptions
35+ :members:
36+
37+ .. automodule :: redis.lock
38+ :members:
39+
2540.. automodule :: redis.sentinel
2641 :members:
42+
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ sphinx < 2
2+ docutils < 0.18
Original file line number Diff line number Diff line change @@ -127,7 +127,8 @@ exclude =
127127 .tox,
128128 .venv*,
129129 build,
130+ docs/*,
130131 dist,
131132 docker,
132133 venv*,
133- whitelist.py
134+ whitelist.py
You can’t perform that action at this time.
0 commit comments