Skip to content

Commit 3bacbb8

Browse files
committed
chore(python): split mkdocs project and code project's requirements.txt
1 parent 18c0fe3 commit 3bacbb8

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

.readthedocs.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# .readthedocs.yaml
2+
# Read the Docs configuration file
3+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4+
5+
# Required
6+
version: 2
7+
8+
mkdocs:
9+
configuration: mkdocs.yml
10+
11+
# Optionally set the version of Python and requirements required to build your docs
12+
python:
13+
version: 3.8
14+
install:
15+
- requirements: docs/requirements.txt

docs/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
mkdocs>=1.1.2
2+
mkdocs-material>=7.0.5
3+
mkdocs-material-extensions>=1.0.1

requirements.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
mkdocs>=1.1.2
2-
mkdocs-material>=7.0.5
3-
mkdocs-material-extensions>=1.0.1
1+
# Automatically generated by https://github.com/damnever/pigar.

0 commit comments

Comments
 (0)