File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1212# All configuration values have a default; values that are commented out
1313# serve to show the default.
1414from datetime import date
15+ import os
16+ import sys
17+
1518from docutils .parsers .rst import directives
1619from sphinx .directives .code import CodeBlock
1720
1821directives .register_directive ('no-code-block' , CodeBlock )
1922
23+ sys .path .insert (0 , os .path .abspath ("." ))
24+ sys .path .insert (0 , os .path .abspath ("../" ))
25+
2026# -- General configuration ------------------------------------------------
2127
2228# Add any Sphinx extension module names here, as strings. They can be
2632 'sphinx.ext.autodoc' ,
2733 'sphinx.ext.viewcode' ,
2834 'sphinx.ext.mathjax' ,
29- #'sphinx.ext.mathbase',
35+ # 'sphinx.ext.mathbase',
3036]
3137
3238# Add any paths that contain templates here, relative to this directory.
You can’t perform that action at this time.
0 commit comments