Skip to content

Commit b243957

Browse files
committed
#120 Add readthedocs page
* Moved the CHANGELOG to the root * Covert the "Specification", "Reference" and "UsingAboutCodetoDocumentYourSoftwareAsserts" to RTD Signed-off-by: Chin Yeung Li <[email protected]>
1 parent bdcdbf1 commit b243957

10 files changed

+1212
-1402
lines changed

.readthedocs.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# .readthedocs.yml
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+
# Where the Sphinx conf.py file is located
9+
sphinx:
10+
configuration: docs/source/conf.py
11+
12+
# Setting the python version and doc build requirements
13+
python:
14+
install:
15+
- method: pip
16+
path: .
17+
extra_requirements:
18+
- docs
File renamed without changes.

0 commit comments

Comments
 (0)