chore(python): split mkdocs project and code project's requirements.txt

This commit is contained in:
zjkjzj
2021-04-14 09:54:21 +08:00
parent 18c0fe37fd
commit 3bacbb8b48
3 changed files with 19 additions and 3 deletions

15
.readthedocs.yaml Normal file
View File

@@ -0,0 +1,15 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
mkdocs:
configuration: mkdocs.yml
# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.8
install:
- requirements: docs/requirements.txt

3
docs/requirements.txt Normal file
View File

@@ -0,0 +1,3 @@
mkdocs>=1.1.2
mkdocs-material>=7.0.5
mkdocs-material-extensions>=1.0.1

View File

@@ -1,3 +1 @@
mkdocs>=1.1.2
mkdocs-material>=7.0.5
mkdocs-material-extensions>=1.0.1
# Automatically generated by https://github.com/damnever/pigar.