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 c6278ee
Show file tree
Hide file tree
Showing 4 changed files with 19 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
16 changes: 16 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2

# Set the version of Python and other tools you might need
build:
tools:
python: "3.9"

# 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:
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 c6278ee

Please sign in to comment.