From a71d4402729440a4d3d6e6017480f305e6a6c6ce Mon Sep 17 00:00:00 2001 From: abigailt Date: Mon, 7 Jun 2021 17:01:21 +0300 Subject: [PATCH] Try to fix documentation --- .readthedocs.yaml | 2 +- docs/{source => }/conf.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) rename docs/{source => }/conf.py (94%) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 52f7c46..53a12db 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,7 +7,7 @@ version: 2 # Build documentation in the docs/ directory with Sphinx sphinx: - configuration: docs/source/conf.py + configuration: docs/conf.py # Optionally build your docs in additional formats such as PDF diff --git a/docs/source/conf.py b/docs/conf.py similarity index 94% rename from docs/source/conf.py rename to docs/conf.py index 8265dbf..a1843e1 100644 --- a/docs/source/conf.py +++ b/docs/conf.py @@ -10,9 +10,9 @@ # 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. # -# import os -# import sys -# sys.path.insert(0, os.path.abspath('.')) +import os +import sys +sys.path.insert(0, os.path.abspath('..')) # -- Project information -----------------------------------------------------