From 93fa46713a198baf08ab1e760be1adfdcb852c97 Mon Sep 17 00:00:00 2001 From: Michael <8661717+sgtlaggy@users.noreply.github.com> Date: Wed, 23 Sep 2020 00:19:35 -0700 Subject: Fix and add documentation --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/conf.py b/docs/conf.py index a16c34cf..d87049ac 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,7 +50,7 @@ extlinks = { # Links used for cross-referencing stuff in other documentation intersphinx_mapping = { 'py': ('https://docs.python.org/3', None), - 'aio': ('https://aiohttp.readthedocs.io/en/stable/', None), + 'aio': ('https://docs.aiohttp.org/en/stable/', None), 'req': ('http://docs.python-requests.org/en/latest/', 'requests.inv') } @@ -318,6 +318,6 @@ texinfo_documents = [ #texinfo_no_detailmenu = False def setup(app): - app.add_javascript('custom.js') + app.add_js_file('custom.js') if app.config.language == 'ja': app.config.intersphinx_mapping['py'] = ('https://docs.python.org/ja/3', None) -- cgit v1.2.3