mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
fix http/https
This commit is contained in:
parent
332a912a47
commit
cdc4f5d8bb
4
doc/_templates/indexsidebar.html
vendored
4
doc/_templates/indexsidebar.html
vendored
@ -8,11 +8,11 @@
|
|||||||
not released yet.{%endtrans%}</p>
|
not released yet.{%endtrans%}</p>
|
||||||
<p>{%trans%}You can use it from the
|
<p>{%trans%}You can use it from the
|
||||||
<a href="https://github.com/sphinx-doc/sphinx/">Git repo</a> or look for
|
<a href="https://github.com/sphinx-doc/sphinx/">Git repo</a> or look for
|
||||||
released versions in the <a href="http://pypi.python.org/pypi/Sphinx">Python
|
released versions in the <a href="https://pypi.python.org/pypi/Sphinx">Python
|
||||||
Package Index</a>.{%endtrans%}</p>
|
Package Index</a>.{%endtrans%}</p>
|
||||||
{% else %}
|
{% else %}
|
||||||
<p>{%trans%}Current version: <b>{{ version }}</b>{%endtrans%}</p>
|
<p>{%trans%}Current version: <b>{{ version }}</b>{%endtrans%}</p>
|
||||||
<p>{%trans%}Get Sphinx from the <a href="http://pypi.python.org/pypi/Sphinx">Python Package
|
<p>{%trans%}Get Sphinx from the <a href="https://pypi.python.org/pypi/Sphinx">Python Package
|
||||||
Index</a>, or install it with:{%endtrans%}</p>
|
Index</a>, or install it with:{%endtrans%}</p>
|
||||||
{% if version.split('b')|length > 1 %}
|
{% if version.split('b')|length > 1 %}
|
||||||
<pre>pip install Sphinx=={{ version }}</pre>
|
<pre>pip install Sphinx=={{ version }}</pre>
|
||||||
|
2
setup.py
2
setup.py
@ -165,7 +165,7 @@ setup(
|
|||||||
name='Sphinx',
|
name='Sphinx',
|
||||||
version=sphinx.__version__,
|
version=sphinx.__version__,
|
||||||
url='http://sphinx-doc.org/',
|
url='http://sphinx-doc.org/',
|
||||||
download_url='http://pypi.python.org/pypi/Sphinx',
|
download_url='https://pypi.python.org/pypi/Sphinx',
|
||||||
license='BSD',
|
license='BSD',
|
||||||
author='Georg Brandl',
|
author='Georg Brandl',
|
||||||
author_email='georg@python.org',
|
author_email='georg@python.org',
|
||||||
|
Loading…
Reference in New Issue
Block a user