File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 51
51
# ones.
52
52
53
53
extensions = [
54
- 'sphinx_rtd_theme' ,
55
54
'builder' ,
56
55
'sphinx.ext.autodoc' ,
57
56
'sphinx.ext.extlinks' ,
152
151
# The theme to use for HTML and HTML Help pages. See the documentation for
153
152
# a list of builtin themes.
154
153
#
155
- html_theme = 'sphinx_rtd_theme '
154
+ html_theme = 'basic '
156
155
157
156
# The name of a javascript file (relative to the configuration directory) that
158
157
# implements a search results scorer. If empty, the default will be used.
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ for Discord.
57
57
58
58
- Modern Pythonic API using ``async ``\/ ``await `` syntax
59
59
- Sane rate limit handling that prevents 429s
60
- - Implements the entire Discord API (for Bots)
60
+ - Implements the entire Discord API
61
61
- Command extension to aid with bot creation
62
62
- Easy to use with an object oriented design
63
63
- Optimised for both speed and memory
Original file line number Diff line number Diff line change 1
1
sphinxcontrib_trio
2
2
sphinxcontrib-contentui == 0.2.5
3
- Jinja2 < 3.1
3
+ Jinja2 > .0.3
4
4
Pigments
5
5
typing-extensions
6
- aiohttp >= 3.8.0 ,< 4
7
- sphinx == 3.0.3
8
- sphinx-rtd-theme
6
+ aiohttp >= 3.8.0 ,< 4
You can’t perform that action at this time.
0 commit comments