[Python-modules-commits] [python-latexcodec] 04/07: strip-docs
Daniel Stender
stender at moszumanska.debian.org
Mon May 9 12:16:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
stender pushed a commit to branch master
in repository python-latexcodec.
commit c27ff02b99411845fdb696803938599a18473c22
Author: Daniel Stender <stender at debian.org>
Date: Mon May 9 13:33:09 2016 +0200
strip-docs
strip changes and license from docs.
Forwarded: not-needed
---
doc/conf.py | 2 +-
doc/index.rst | 2 --
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/doc/conf.py b/doc/conf.py
index 0f3942f..7ba0ec6 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -18,7 +18,7 @@ copyright = u'2011-2014, Matthias C. M. Troffaes'
with open("../VERSION", "rb") as version_file:
release = version_file.read().strip()
version = '.'.join(release.split('.')[:2])
-exclude_patterns = ['_build']
+exclude_patterns = ['_build', 'changes.rst', 'license.rst']
pygments_style = 'sphinx'
html_theme = 'default'
htmlhelp_basename = 'latexcodecdoc'
diff --git a/doc/index.rst b/doc/index.rst
index 05bd2cf..6056c6b 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -12,9 +12,7 @@ Contents
quickstart
api
- changes
authors
- license
Indices and tables
==================
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-latexcodec.git
More information about the Python-modules-commits
mailing list