提交 ff760be4 authored 作者: James Bergstra's avatar James Bergstra

added todo support to conf

上级 f761867c
...@@ -23,7 +23,9 @@ import sys, os ...@@ -23,7 +23,9 @@ import sys, os
# Add any Sphinx extension module names here, as strings. They can be extensions # Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones. # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.autodoc', 'ext'] extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo', 'ext']
todo_include_todos = True
try: try:
from sphinx.ext import pngmath from sphinx.ext import pngmath
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论