File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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]).
226226latex_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
Original file line number Diff line number Diff line change @@ -97,7 +97,6 @@ Documentation
9797 building_and_developing
9898 freetds_and_dates
9999 changelog
100- history
101100 todo
102101
103102Indices and tables
You can’t perform that action at this time.
0 commit comments