Skip to content

Commit

Permalink
Update docs configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilman committed Jan 28, 2022
1 parent 3185a57 commit b0d0ae9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@
intersphinx_mapping = {
"python": ("https://docs.python.org/3", None),
"oauth2client": ("https://oauth2client.readthedocs.io/en/latest/", None),
"gspread": ("https://gspread.readthedocs.io/en/latest/", None),
"requests": ("https://requests.readthedocs.io/en/master/", None),
"gspread": ("https://docs.gspread.org/en/latest/", None),
"requests": ("https://docs.python-requests.org/en/master/", None),
"google-auth": ("https://google-auth.readthedocs.io/en/latest/", None),
}

Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Sphinx==4.*
m2r2==0.3.1
m2r2==0.3.2
sphinxcontrib-trio==1.1.2
gspread==4.*

0 comments on commit b0d0ae9

Please sign in to comment.