diff --git a/.readthedocs.yaml b/.readthedocs.yaml index b3019d3..5d9f5ea 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -15,5 +15,5 @@ build: # Build documentation in the docs/ directory with Sphinx sphinx: - configuration: docs/conf.py + configuration: docs/source/conf.py fail_on_warning: true diff --git a/docs/source/conf.py b/docs/source/conf.py index 5c43d57..c76feb1 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -18,7 +18,7 @@ from cryptocom.exchange import __version__ # -- Project information ----------------------------------------------------- project = "cryptocom-exchange" -copyright = "2020-2021" +copyright = "2020-2022" author = "Yaroslav Rudenok [MortySpace]" # The short X.Y version