mirror of
https://github.com/IBM/ai-privacy-toolkit.git
synced 2026-05-21 14:05:13 +02:00
Try to fix documentation
This commit is contained in:
parent
519ed838e3
commit
a71d440272
2 changed files with 4 additions and 4 deletions
|
|
@ -7,7 +7,7 @@ version: 2
|
||||||
|
|
||||||
# Build documentation in the docs/ directory with Sphinx
|
# Build documentation in the docs/ directory with Sphinx
|
||||||
sphinx:
|
sphinx:
|
||||||
configuration: docs/source/conf.py
|
configuration: docs/conf.py
|
||||||
|
|
||||||
# Optionally build your docs in additional formats such as PDF
|
# Optionally build your docs in additional formats such as PDF
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,9 +10,9 @@
|
||||||
# add these directories to sys.path here. If the directory is relative to the
|
# add these directories to sys.path here. If the directory is relative to the
|
||||||
# documentation root, use os.path.abspath to make it absolute, like shown here.
|
# documentation root, use os.path.abspath to make it absolute, like shown here.
|
||||||
#
|
#
|
||||||
# import os
|
import os
|
||||||
# import sys
|
import sys
|
||||||
# sys.path.insert(0, os.path.abspath('.'))
|
sys.path.insert(0, os.path.abspath('..'))
|
||||||
|
|
||||||
|
|
||||||
# -- Project information -----------------------------------------------------
|
# -- Project information -----------------------------------------------------
|
||||||
Loading…
Add table
Add a link
Reference in a new issue