Convert developer manual to rst
[alexxy/gromacs.git] / docs / conf.py
index a6f42d26832ec89530fe0c8ef4d073d2c918ce9d..a7b172b5d6fe3d3796fa9ec9eb5b9c70bb98db9a 100644 (file)
@@ -108,10 +108,11 @@ release = gmx_version_string_full
 
 # List of patterns, relative to source directory, that match files and
 # directories to ignore when looking for source files.
+exclude_patterns = ['dev-manual/doxygen-links.rst']
 if not tags.has('do_man'):
-    exclude_patterns = ['man']
+    exclude_patterns += ['man']
 else:
-    exclude_patterns = ['man/bytopic.rst']
+    exclude_patterns += ['man/bytopic.rst']
 
 # The reST default role (used for this markup: `text`) to use for all
 # documents.