Skip to content

Commit

Permalink
Merge pull request #13 from insolar/m4newbuild
Browse files Browse the repository at this point in the history
update to the new build system of readthedocs
  • Loading branch information
papa-vova committed Sep 12, 2023
2 parents e8ec7be + afe4eb6 commit cc1e33c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
21 changes: 21 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.11"

# Build documentation in the docs/ directory with Sphinx
## sphinx:
## configuration: docs/conf.py

# Optionally set the version of Python and requirements required to build your docs
python:
install:
- requirements: docs/requirements.txt
5 changes: 3 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# sphinxcontrib-golangdomain
sphinx>=2
sphinx<7
sphinx_rtd_theme
sphinx-tabs
sphinxcontrib-plantuml
sphinx-copybutton
sphinxcontrib-contentui
sphinx-panels
sphinx-panels

0 comments on commit cc1e33c

Please sign in to comment.