Skip to content
Snippets Groups Projects

Added documentation infrastructure

Merged Adham Hashibon requested to merge documentation into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -2,6 +2,8 @@
import sphinx.environment
from docutils.utils import get_source_line
import sys
sys.path.insert(0, os.path.join(os.path.abspath(__file__), "..", ".."))
MOCK_MODULES=[]
Loading