Skip to content

Commit

Permalink
OPS[app]: github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mmRoshani committed Dec 20, 2024
1 parent 4880a7c commit 9fdef89
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -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
11 changes: 11 additions & 0 deletions docs/requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9fdef89

Please sign in to comment.