Skip to content

Commit

Permalink
docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
zengbin93 committed Oct 23, 2022
1 parent 751cfe4 commit b7249c0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-20.04
os: ubuntu-20.04\
apt_packages:
- libclang
- cmake
tools:
python: "3.9"
# You can also specify other tool versions:
Expand All @@ -20,10 +23,15 @@ sphinx:
configuration: docs/source/conf.py

# If using Sphinx, optionally build your docs in additional formats such as PDF
# formats:
# - pdf
formats:
- pdf
- epub

# Optionally declare the Python requirements required to build your docs
python:
version: "3.8"
install:
- requirements: docs/requirements.txt
- requirements: docs/requirements.txt



Empty file added docs/source/_static/x.txt
Empty file.
Empty file added docs/source/_templates/x.txt
Empty file.

0 comments on commit b7249c0

Please sign in to comment.