Skip to content

Commit

Permalink
Fix RTD build
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidePrincipi committed Nov 10, 2021
1 parent 9d346d2 commit 08570ef
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
**/_build/**
build-env
12 changes: 12 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2

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


# Optionally declare the Python requirements required to build your docs
python:
version: "3.9"
install:
- requirements: administrator-manual/en/nscom/requirements.txt
1 change: 1 addition & 0 deletions administrator-manual/en/nscom/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Sphinx===4.2.0
sphinx_rtd_theme===0.5.1
1 change: 1 addition & 0 deletions administrator-manual/en/nsent/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Sphinx===4.2.0
sphinx_rtd_theme===0.5.1

0 comments on commit 08570ef

Please sign in to comment.