Skip to content

Commit cf84ace

Browse files
committed
Merge pull request pymssql#203 from pymssql/better-doc-pdf-output
Better doc pdf output
2 parents c6802d0 + ab9783c commit cf84ace

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def extract_version():
7777

7878
# List of patterns, relative to source directory, that match files and
7979
# directories to ignore when looking for source files.
80-
exclude_patterns = ['_build']
80+
exclude_patterns = ['_build', 'history.rst']
8181

8282
# The reST default role (used for this markup: `text`) to use for all
8383
# documents.
@@ -225,7 +225,7 @@ def extract_version():
225225
# author, documentclass [howto, manual, or own class]).
226226
latex_documents = [
227227
('index', 'pymssql.tex', u'pymssql Documentation',
228-
u'pymssql developers', 'manual'),
228+
u'pymssql developers', 'manual', True),
229229
]
230230

231231
# The name of an image file (relative to this directory) to place at the top of

docs/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ Documentation
9797
building_and_developing
9898
freetds_and_dates
9999
changelog
100-
history
101100
todo
102101

103102
Indices and tables

0 commit comments

Comments
 (0)