From 29a2f2942ce490bf9511cce5a28c6abe42e2bd4d Mon Sep 17 00:00:00 2001 From: Morty Space Date: Mon, 2 May 2022 07:52:04 +0200 Subject: [PATCH] Updated docs build --- .readthedocs.yaml | 2 +- docs/source/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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