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
You are encouraged to fork this repo and send us pull requests!
11
-
12
-
To create issues to report changes and requests, please use the [OpenNebula main repository](https://github.com/OpenNebula/one), with label Documentation.
13
-
14
-
Building
15
-
--------
16
-
17
-
`Graphviz <https://graphviz.org/>` is needed to compile the documentation.
`sphinxcontrib.spelling <https://sphinxcontrib-spelling.readthedocs.io/en/latest/index.html` is needed to run the spell checker.
30
-
31
-
Also, the following Python dependencies:
32
-
``pip install sphinxcontrib-spelling pyenchant``
33
-
34
-
And the `python3-enchant package`:
35
-
``sudo apt install python3-enchant``
36
-
37
-
If the spellchecker job fails for your branch, you can check the job log which will display the file + word that didn't pass the spell checker along with some suggestions.
38
-
Either you will have to correct the typo and push it again, or if it's a false positive, you can update the custom wordlist used at `source/ext/spellchecking/wordlists/opennebula.txt`
0 commit comments