From 9fdef89c2954a0eaeea0a50aea06cb1b39aa82b0 Mon Sep 17 00:00:00 2001 From: mmRoshani Date: Sat, 21 Dec 2024 01:41:53 +0330 Subject: [PATCH] OPS[app]: github action --- .readthedocs.yml | 18 ++++++++++++++++++ docs/requirements-docs.txt | 11 +++++++++++ 2 files changed, 29 insertions(+) create mode 100644 .readthedocs.yml create mode 100644 docs/requirements-docs.txt diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..06e08b1 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,18 @@ +--- +# .readthedocs.yml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details +# Required + +version: 2 +build: + os: ubuntu-latest + tools: + python: "3.12" + +python: + install: + - requirements: docs/requirements-docs.txt + +sphinx: + configuration: docs/conf.py \ No newline at end of file diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt new file mode 100644 index 0000000..2c0498b --- /dev/null +++ b/docs/requirements-docs.txt @@ -0,0 +1,11 @@ +sphinx>=4.2.0 # BSD +sphinx-rtd-theme>=1.0.0 # MIT +sphinxcontrib-blockdiag # BSD +sphinxcontrib-seqdiag # BSD +sphinxcontrib-swaggerdoc +sphinxcontrib-spelling +sphinxcontrib-plantuml +sphinx_toolbox +autopep8 +pylint +six \ No newline at end of file