Skip to content

Commit

Permalink
doc: Upgraded some of sphinx-doc.org links to HTTPS
Browse files Browse the repository at this point in the history
Seems like that link is used in some tests and code so
upgrading it outside documentation might break something
  • Loading branch information
igo95862 committed May 16, 2021
1 parent 6c5f77c commit 29aaf20
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
epub_theme = 'epub'
epub_basename = 'sphinx'
epub_author = 'Georg Brandl'
epub_publisher = 'http://sphinx-doc.org/'
epub_publisher = 'https://sphinx-doc.org/'
epub_uid = 'web-site'
epub_scheme = 'url'
epub_identifier = epub_publisher
Expand Down
2 changes: 1 addition & 1 deletion doc/make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if errorlevel 9009 (
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
echo.https://sphinx-doc.org/
exit /b 1
)

Expand Down
2 changes: 1 addition & 1 deletion doc/usage/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2596,7 +2596,7 @@ Options for the linkcheck builder
as follows::

linkcheck_ignore = [
'http://www.sphinx-doc.org/en/1.7/intro.html#'
'https://www.sphinx-doc.org/en/1.7/intro.html#'
]

.. versionadded:: 1.5
Expand Down
2 changes: 1 addition & 1 deletion doc/usage/extensions/graphviz.rst
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ There are also these config values:
.. graphviz::

digraph example {
a [label="sphinx", href="http://sphinx-doc.org", target="_top"];
a [label="sphinx", href="https://sphinx-doc.org", target="_top"];
b [label="other"];
a -> b;
}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def _run_domain_js(self, domain):
setup(
name='Sphinx',
version=sphinx.__version__,
url='http://sphinx-doc.org/',
url='https://sphinx-doc.org/',
download_url='https://pypi.org/project/Sphinx/',
license='BSD',
author='Georg Brandl',
Expand Down

0 comments on commit 29aaf20

Please sign in to comment.