Skip to content

Commit 3e1bc8a

Browse files
committed
Prefer readthedocs.io instead of readthedocs.org for doc links
Read the Docs moved hosting to readthedocs.io instead of readthedocs.org. Fix all links in the project. For additional details, see: https://blog.readthedocs.com/securing-subdomains/ > Starting today, Read the Docs will start hosting projects from subdomains on > the domain readthedocs.io, instead of on readthedocs.org. This change > addresses some security concerns around site cookies while hosting user > generated data on the same domain as our dashboard.
1 parent 39a066e commit 3e1bc8a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
'sphinx.ext.intersphinx',
3434
'sphinx.ext.ifconfig',
3535
'sphinx.ext.viewcode',
36-
# 'sphinxcontrib.napoleon' # see https://readthedocs.org/projects/sphinxcontrib-napoleon/
36+
# 'sphinxcontrib.napoleon' # see https://sphinxcontrib-napoleon.readthedocs.io/
3737
# 'sphinx.ext.napoleon' # use this in Sphinx 1.3+
3838
]
3939

docs/other/useful_links.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Buffer protocol (which bytes and bytes-like objects obey): http://docs.python.or
8686

8787
Python's future
8888
----------------
89-
https://ncoghlan_devs-python-notes.readthedocs.org/en/latest/python3/questions_and_answers.html
89+
https://ncoghlan-devs-python-notes.readthedocs.io/en/latest/python3/questions_and_answers.html
9090

9191
http://www.ironfroggy.com/software/i-am-worried-about-the-future-of-python
9292

@@ -108,4 +108,3 @@ https://pypi.python.org/pypi/awkwardduet/1.1a4
108108
https://github.com/campadrenalin/persei/blob/master/persei.py
109109
http://slideshare.net/dabeaz/mastering-python-3-io
110110
http://rmi.net/~lutz/strings30.html
111-

0 commit comments

Comments
 (0)