mirror of
https://github.com/ZJDoc/GitGuide.git
synced 2026-07-01 01:10:18 +08:00
chore(python): split mkdocs project and code project's requirements.txt
This commit is contained in:
15
.readthedocs.yaml
Normal file
15
.readthedocs.yaml
Normal 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
3
docs/requirements.txt
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
mkdocs>=1.1.2
|
||||||
|
mkdocs-material>=7.0.5
|
||||||
|
mkdocs-material-extensions>=1.0.1
|
||||||
@@ -1,3 +1 @@
|
|||||||
mkdocs>=1.1.2
|
# Automatically generated by https://github.com/damnever/pigar.
|
||||||
mkdocs-material>=7.0.5
|
|
||||||
mkdocs-material-extensions>=1.0.1
|
|
||||||
|
|||||||
Reference in New Issue
Block a user