Skip to content

Commit 690ed7e

Browse files
authored
Merge pull request #314 from lebrice/fix_sphinx_build
Fix Sphinx build
2 parents d46f376 + 0b4e82d commit 690ed7e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from __future__ import division, print_function, unicode_literals
44

55
import subprocess
6-
import sys
76
from datetime import datetime
87
from pathlib import Path
98

@@ -19,7 +18,7 @@
1918
]
2019

2120
templates_path = ["templates", "_templates", ".templates"]
22-
source_suffix = [".rst", ".md"]
21+
source_suffix = [".rst"]
2322
master_doc = "index"
2423
project = "Mila Technical Documentation"
2524
copyright = str(datetime.now().year)
@@ -42,6 +41,8 @@
4241
"IDT_*",
4342
"singularity/*",
4443
"examples/**/README.rst",
44+
"*.md",
45+
"**/*.md",
4546
# 'examples/*',
4647
]
4748
# The name of the Pygments (syntax highlighting) style to use.

0 commit comments

Comments
 (0)