Try to fix documentation

This commit is contained in:
abigailt 2021-06-07 17:01:21 +03:00
parent 519ed838e3
commit a71d440272
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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 -----------------------------------------------------