diff options
author | 2022-02-25 01:28:50 +0000 | |
---|---|---|
committer | 2022-02-25 01:28:50 +0000 | |
commit | 5593a0c95e2b4fd9515c8875ea6e51c0ab88eb00 (patch) | |
tree | db5293c101a8fd204cb2afd185c9856420c1ae87 /docs | |
parent | Merge pull request #29 from python-discord/port-utilities (diff) | |
parent | Custom css to de-bold index page (diff) |
Merge pull request #32 from python-discord/disnake-migrationv2.0.0
Disnake migration
Diffstat (limited to 'docs')
-rw-r--r-- | docs/_static/index.css | 3 | ||||
-rw-r--r-- | docs/conf.py | 3 | ||||
-rw-r--r-- | docs/index.rst | 5 |
3 files changed, 10 insertions, 1 deletions
diff --git a/docs/_static/index.css b/docs/_static/index.css new file mode 100644 index 00000000..54f3f771 --- /dev/null +++ b/docs/_static/index.css @@ -0,0 +1,3 @@ +h1 { + font-weight: 300; +} diff --git a/docs/conf.py b/docs/conf.py index 476a4d36..52eaf60a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -83,6 +83,7 @@ html_logo = "https://raw.githubusercontent.com/python-discord/branding/main/logo html_favicon = html_logo html_css_files = [ + "index.css", "logo.css", ] @@ -129,7 +130,7 @@ extlinks = { # -- Options for intersphinx extension --------------------------------------- intersphinx_mapping = { "python": ("https://docs.python.org/3", None), - "discord": ("https://discordpy.readthedocs.io/en/master/", None), + "disnake": ("https://docs.disnake.dev/en/latest/", None), } diff --git a/docs/index.rst b/docs/index.rst index 81975f35..98dcd611 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -13,6 +13,11 @@ Reference output/botcore +.. toctree:: + :caption: Other: + + Changelog <https://github.com/python-discord/bot-core/blob/main/CHANGELOG.md> + Extras ================== |