From 8a2d29ce6a1d064eddb78cd24e71720c89a37161 Mon Sep 17 00:00:00 2001 From: elior Date: Mon, 11 Jul 2022 14:40:22 +0300 Subject: [PATCH] :construction_worker: Fix docs --- .readthedocs.yaml | 14 -------------- docs/requirements.txt | 1 + docs/source/conf.py | 1 + 3 files changed, 2 insertions(+), 14 deletions(-) delete mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml deleted file mode 100644 index 38491cc..0000000 --- a/.readthedocs.yaml +++ /dev/null @@ -1,14 +0,0 @@ -version: 2 - -build: - os: ubuntu-20.04 - tools: - python: "3.9" - -sphinx: - configuration: docs/source/conf.py - -python: - install: - - method: pip - path: . \ No newline at end of file diff --git a/docs/requirements.txt b/docs/requirements.txt index 00ea68b..230a18f 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,6 @@ sphinx sphinx_tabs +sphinxcontrib-httpdomain sphinx_rtd_theme pygments pygments-style-github diff --git a/docs/source/conf.py b/docs/source/conf.py index c662faa..76477c4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -33,6 +33,7 @@ # ones. extensions = [ 'sphinx.ext.autodoc', + 'sphinxcontrib.httpdomain', 'sphinx_tabs.tabs' ]