Skip to content

Commit 4426806

Browse files
committed
Fix up travis build
1 parent b1859af commit 4426806

File tree

6 files changed

+12
-8
lines changed

6 files changed

+12
-8
lines changed

docs/_static/pep-0001-1.png

20.3 KB
Loading

docs/conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,10 @@
6969

7070
# List of patterns, relative to source directory, that match files and
7171
# directories to ignore when looking for source files.
72-
exclude_patterns = ['_build']
72+
exclude_patterns = [
73+
'_build',
74+
'_themes/*.rst', # Excluded due to README.rst in _themes/
75+
]
7376

7477
# The reST default role (used for this markup: `text`) to use for all documents.
7578
#default_role = None

docs/contents.rst.inc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ This part of the guide focuses on setting up your Python environment.
1313
.. toctree::
1414
:maxdepth: 1
1515

16+
starting/installation
1617
starting/install/osx
1718
starting/install/win
1819
starting/install/linux
@@ -84,6 +85,7 @@ Development Environment
8485

8586
dev/env
8687
dev/virtualenvs
88+
dev/pip-virtualenv
8789

8890

8991

File renamed without changes.

docs/intro/community.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ You can read more at `The PEP Index <http://www.python.org/dev/peps/>`_.
6060
Submitting a PEP
6161
~~~~~~~~~~~~~~~~
6262

63-
PEPs are peer-reviewed and accepted/rejected after much discussion. Anyone
64-
can write and submit a PEP for review.
63+
PEPs are peer-reviewed and accepted/rejected after much discussion. Anyone
64+
can write and submit a PEP for review.
6565

66-
Here's an overview of the PEP acceptance workflow:
66+
Here's an overview of the PEP acceptance workflow:
6767

68-
.. image:: https://www.python.org/m/dev/peps/pep-0001/pep-0001-1.png
68+
.. image:: ../_static/pep-0001-1.png
6969

7070

7171
Python Conferences

docs/starting/installation.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ Installation Guides
1414
-------------------
1515

1616
These guides go over the proper installation of :ref:`Python 2.7 <which-python>`
17-
for development purposes, as well as setuptools, pip, and virtualenv setup.
17+
for development purposes, as well as setuptools, pip, and virtualenv setup.
1818

1919
- :ref:`Mac OS X <install-osx>`.
20-
- :ref:`Microsoft Windows<install-windows>`.
20+
- :ref:`Microsoft Windows <install-windows>`.
2121
- :ref:`Ubuntu Linux <install-linux>`.
22-

0 commit comments

Comments
 (0)