[doc] La doc peut maintenant compiler

This commit is contained in:
Louis Chauvet 2020-04-21 23:22:57 +02:00
parent 3d60083f2f
commit 1966b69d53
Signed by: fomys
GPG Key ID: 1ECA046A9615ABA0
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -73,5 +73,6 @@ data/*
.env
_build
/doc/build
/src/datas/
/src/doctest_config.toml

View File

@ -13,7 +13,7 @@
import os
import sys
sys.path.insert(0, os.path.abspath('../../'))
sys.path.insert(0, os.path.abspath('../../src'))
# -- Project information -----------------------------------------------------