Skip to content

Commit c5d08ea

Browse files
author
Jason Myers
committed
Upgrade sphinx, fix docs
Signed-off-by: Jason Myers <[email protected]>
1 parent b3e2e34 commit c5d08ea

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

README.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Installation
4545
============
4646

4747
See the `project documentation
48-
<http://www.doughellmann.com/docs/virtualenvwrapper/>`__ for
48+
<https://virtualenvwrapper.readthedocs.io/en/latest/>`__ for
4949
installation and setup instructions.
5050

5151
Supported Shells
@@ -71,7 +71,7 @@ Support
7171

7272
Join the `virtualenvwrapper Google Group
7373
<http://groups.google.com/group/virtualenvwrapper/>`__ to discuss
74-
issues and features.
74+
issues and features.
7575

7676
Report bugs via the `bug tracker on Bitbucket
7777
<https://bitbucket.org/virtualenvwrapper/virtualenvwrapper/issues>`__.
@@ -92,7 +92,7 @@ Change Log
9292

9393
The `release history`_ is part of the project documentation.
9494

95-
.. _release history: http://www.doughellmann.com/docs/virtualenvwrapper/history.html
95+
.. _release history: https://virtualenvwrapper.readthedocs.io/en/latest/history.html
9696

9797
=======
9898
License

docs/requirements.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
sphinxcontrib-bitbucket
2-
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
1+
# sphinxcontrib-bitbucket
2+
# sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
3+
sphinx

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# Add any Sphinx extension module names here, as strings. They can be
2626
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
2727
# ones.
28-
extensions = ['sphinxcontrib.bitbucket']
28+
# extensions = ['sphinxcontrib.bitbucket']
2929

3030
bitbucket_project_url = 'https://bitbucket.org/virtualenvwrapper/virtualenvw' \
3131
'rapper/'

0 commit comments

Comments
 (0)