@@ -106,17 +106,20 @@ searching using the frontend or the API.
106106
107107**Latest release:** [](https://github.com/publiccodeyml/publiccode.yml/releases) [See all versions](https://github.com/publiccodeyml/publiccode.yml/releases)
108108
109- This project follows the Semantic Versioning. For more information see
110- [SemVer.org](https://semver.org/).
109+ This project follows the [Semantic Versioning](https://semver.org/).
111110
112111# # Contributing
113112
114- Feel free to submit [Pull Requests and to file Issues](CONTRIBUTING.md).
113+ Feel free to submit [Pull Requests, file Issues](CONTRIBUTING.md) or open
114+ a [Discussion](https://github.com/publiccodeyml/publiccode.yml/discussions).
115115
116- The Standard's website (https://yml.publiccode.tools) is built using the Python Sphinx package.
116+ The [Standard's website](https://yml.publiccode.tools) is built using the Python
117+ Sphinx package and
118+ [deployed](https://github.com/publiccodeyml/publiccode.yml/blob/main/.github/workflows/publish.yml)
119+ on GitHub Pages.
117120
118121# ## Prerequisites
119- - Python 3.9
122+ - Python 3.11
120123
121124# ## Install dependencies
122125
@@ -125,12 +128,16 @@ pip install -r requirements.txt
125128` ` `
126129
127130# ## Local development process
128- `spinx-build` can be used to compile all source file to static html files. Run this command to generate the website :
131+ ` sphinx-build` can be used to compile all source file to static html files. Run
132+ this command to generate the website :
129133
130134` ` ` console
131135sphinx-build docs/standard build -c .
132136` ` `
133137
134- # # Licence
138+ then open the relevant file in the build directory with a browser (e.g.,
139+ ` build/index.html` ) to explore the contents.
135140
136- Licenced under the [CC0-1.0](LICENSE).
141+ # # License
142+
143+ Licensed under the [CC0-1.0](LICENSE).
0 commit comments