We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bffe276 commit cb06c62Copy full SHA for cb06c62
README.md
@@ -87,6 +87,24 @@ Furthermore, the project uses branches and tags in the following way:
87
88
Feel free to submit [Pull Requests and to file Issues](CONTRIBUTING.md).
89
90
+The Standard's website (https://yml.publiccode.tools) is built using the Python Sphinx package.
91
+
92
+### Prerequisites
93
+- Python 3
94
95
+### Install dependencies
96
97
+```console
98
+pip install -r requirements.txt
99
+```
100
101
+### Local development process
102
+`spinx-build` can be used to compile all source file to static html files. Run this command to generate the website:
103
104
105
+sphinx-build docs/standard build -c .
106
107
108
## Licence
109
110
Licenced under the [CC0-1.0](LICENSE).
0 commit comments