Barry Warsaw pushed to branch master at mailman / Mailman Core

Commits:
7a9df143 by Jonas Meurer at 2017-10-01T00:53:55+00:00
Make sphinx-build ignore .pc directory

- - - - -
5b75ef20 by Barry Warsaw at 2017-10-01T00:53:56+00:00
Merge branch 'sphinx_ignore_.pc' into 'master'

Make sphinx-build ignore .pc directory

Closes #403

See merge request mailman/mailman!320
- - - - -


2 changed files:

- conf.py
- src/mailman/docs/NEWS.rst


Changes:

=====================================
conf.py
=====================================
--- a/conf.py
+++ b/conf.py
@@ -68,7 +68,7 @@ release = VERSION
 
 # List of patterns, relative to source directory, that match files and
 # directories to ignore when looking for source files.
-exclude_patterns = ['_build', 'eggs', '.tox']
+exclude_patterns = ['_build', 'eggs', '.tox', '.pc']
 
 # The reST default role (used for this markup: `text`) to use for all 
documents.
 #default_role = None


=====================================
src/mailman/docs/NEWS.rst
=====================================
--- a/src/mailman/docs/NEWS.rst
+++ b/src/mailman/docs/NEWS.rst
@@ -66,6 +66,8 @@ Other
   Jan Jancar.
 * Drop support for Python 3.4.  (Closes #373)
 * Bump minimum requirements for aiosmtpd (>= 1.1) and flufl.lock (>= 3.1).
+* Add '.pc' (patch directory) to list of ignored patterns when building the
+  documentation with Sphinx.
 
 REST
 ----



View it on GitLab: 
https://gitlab.com/mailman/mailman/compare/1c50b57385fed95fc8c132f164fb73f897ba87eb...5b75ef2077432c55356ca3f9b723b6e4c54e7b3b

---
View it on GitLab: 
https://gitlab.com/mailman/mailman/compare/1c50b57385fed95fc8c132f164fb73f897ba87eb...5b75ef2077432c55356ca3f9b723b6e4c54e7b3b
You're receiving this email because of your account on gitlab.com.
_______________________________________________
Mailman-checkins mailing list
Mailman-checkins@python.org
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to