You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/sphinx_template/index.md
+31-1Lines changed: 31 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,37 @@
12
12
13
13
Files here are in markdown (md) but you can use and mix in reStructuredText (rst) as well.
14
14
15
-
### License
15
+
## About this documentation
16
+
17
+
This template uses the latest versions of the following python packages:
18
+
19
+
* sphinx 4.2.0
20
+
* sphinx-book-theme 1.0.1
21
+
* python 3.9.7
22
+
* myst-parser 0.18.1 *if using rst*
23
+
* nbsphinx 0.9.2
24
+
* sphinxcontrib-bibtex 2.5.0
25
+
26
+
If you want to build this documentation locally
27
+
use `conda install` or `pip install` to install the packages. Alternatively,
28
+
you can also use the file [environment.yml](https://github.com/geodynamics/software_template/blob/main/doc/sphinx_template/environment.yml) to create a new conda environment
29
+
with all packages as `conda env create -f environment.yml`.
30
+
31
+
## Building
32
+
33
+
To build this html documentation locally, execute in the main directory `sphinx_template`:
34
+
35
+
```
36
+
make html
37
+
```
38
+
39
+
This creates the `_build/html` directory.
40
+
41
+
Open `index.html` to display your manual in a browser window.
42
+
43
+
See [https://readthedocs.org/](https://readthedocs.org/) for online hosting of your manual.
44
+
45
+
## License
16
46
17
47
*My Project* is published under the GNU GPL v3 or newer license.
0 commit comments