Skip to content

Commit 935883e

Browse files
committed
feat(docs): Fixing banner........ does it work?
1 parent 4171c19 commit 935883e

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

docs/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
# ones.
5252

5353
extensions = [
54-
'sphinx_rtd_theme',
5554
'builder',
5655
'sphinx.ext.autodoc',
5756
'sphinx.ext.extlinks',
@@ -152,7 +151,7 @@
152151
# The theme to use for HTML and HTML Help pages. See the documentation for
153152
# a list of builtin themes.
154153
#
155-
html_theme = 'sphinx_rtd_theme'
154+
html_theme = 'basic'
156155

157156
# The name of a javascript file (relative to the configuration directory) that
158157
# implements a search results scorer. If empty, the default will be used.

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ for Discord.
5757

5858
- Modern Pythonic API using ``async``\/``await`` syntax
5959
- Sane rate limit handling that prevents 429s
60-
- Implements the entire Discord API (for Bots)
60+
- Implements the entire Discord API
6161
- Command extension to aid with bot creation
6262
- Easy to use with an object oriented design
6363
- Optimised for both speed and memory

docs/requirements.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
sphinxcontrib_trio
22
sphinxcontrib-contentui==0.2.5
3-
Jinja2<3.1
3+
Jinja2 >.0.3
44
Pigments
55
typing-extensions
6-
aiohttp>=3.8.0,<4
7-
sphinx==3.0.3
8-
sphinx-rtd-theme
6+
aiohttp>=3.8.0,<4

0 commit comments

Comments
 (0)