Skip to content

Commit 3c4bd29

Browse files
Jonathanlyjwkliao
authored andcommitted
start a developer notes
1 parent 72856ec commit 3c4bd29

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

DEVELOPER_NOTES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## Notes for PnetCDF-python developers
2+
---
3+
4+
### Note on configuring Read the Docs tool for user guide generation
5+
* Doc files
6+
* `.readthedocs.yaml` -- The script that controls commands that run before installation of pnetcdf-python (under `pre-install:`) and installation (under `python:`)
7+
* `/docs/requirements.txt` -- Python dependencies required for doc generation, including `sphinx`
8+
* Important environment variables
9+
* User guide generation requires enviroment variables set by Read the Docs dashboard (`Admin` -> `Environment Variables`). Delete and add a new variable to modify
10+
* Current environment variables set:
11+
* `CC`: mpicc.mpich
12+
* `PNETCDF_DIR`: /home/docs/checkouts/readthedocs.org/user_builds/pnetcdf-python/checkouts/latest/_readthedocs/PnetCDF
13+
* `PNETCDF_VER`: 1.12.3

0 commit comments

Comments
 (0)