summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2019-11-24 10:37:41 +0100
committerGeorg Brandl <georg@python.org>2019-11-24 10:37:41 +0100
commit7a72527427c86045b81e59995382961dba6e22e7 (patch)
tree6fa92ccd982b0c6aa3a945dd59cdcac8fed17908 /doc/conf.py
parentbd166a3bb5452efd3a37a52d4847cae96d3d45e2 (diff)
downloadpygments-git-7a72527427c86045b81e59995382961dba6e22e7.tar.gz
fix small issues in the docs
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 5ba0a214..c744b4d1 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -177,7 +177,7 @@ latex_elements = {
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
- ('index', 'Pygments.tex', u'Pygments Documentation',
+ ('docs/index', 'Pygments.tex', u'Pygments Documentation',
u'Pygments authors', 'manual'),
]
@@ -207,7 +207,7 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
- ('index', 'pygments', u'Pygments Documentation',
+ ('docs/index', 'pygments', u'Pygments Documentation',
[u'Pygments authors'], 1)
]