Skip to content

Commit e6210e2

Browse files
authored
Merge pull request #317 from jdufresne/readthedocs
Prefer readthedocs.io instead of readthedocs.org for doc links
2 parents c48ac2a + 3e1bc8a commit e6210e2

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)