Fix RTD bug

这个提交包含在:
craig-warren
2023-12-22 21:27:28 +00:00
父节点 c6bed1df9a
当前提交 a8b75e6663
共有 2 个文件被更改,包括 49 次插入361 次删除

28
.readthedocs.yaml 普通文件
查看文件

@@ -0,0 +1,28 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
build:
os: ubuntu-22.04
tools:
python: "mambaforge-22.9"
jobs:
post_create_environment:
- python -m pip install sphinx_rtd_theme
conda:
environment: conda_env.yml
python:
install:
- requirements: docs/requirements.txt
- method: setuptools
path: .
sphinx:
configuration: docs/source/conf.py