We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d46f376 + 0b4e82d commit 690ed7eCopy full SHA for 690ed7e
docs/conf.py
@@ -3,7 +3,6 @@
3
from __future__ import division, print_function, unicode_literals
4
5
import subprocess
6
-import sys
7
from datetime import datetime
8
from pathlib import Path
9
@@ -19,7 +18,7 @@
19
18
]
20
21
templates_path = ["templates", "_templates", ".templates"]
22
-source_suffix = [".rst", ".md"]
+source_suffix = [".rst"]
23
master_doc = "index"
24
project = "Mila Technical Documentation"
25
copyright = str(datetime.now().year)
@@ -42,6 +41,8 @@
42
41
"IDT_*",
43
"singularity/*",
44
"examples/**/README.rst",
+ "*.md",
45
+ "**/*.md",
46
# 'examples/*',
47
48
# The name of the Pygments (syntax highlighting) style to use.
0 commit comments