Skip to content
Snippets Groups Projects
Commit 13b202fb authored by Hari's avatar Hari
Browse files

Fix documentation again :sweat_smile:

parent 4287871b
No related branches found
No related tags found
No related merge requests found
......@@ -288,7 +288,7 @@ Sphinx is a documentation generator that can be used to generate documentation f
- Pylint can provide you with a score for your code. This score can be used to track the quality of your code and also be used to enforce a minimum score. In the template repository, the minimum score is set to 9.0. If the score is below 9.0, the CI pipeline will fail. This is done with the following command:
```yml
```bash
pylint --fail-under=9 uam
```
......
......@@ -4,7 +4,7 @@
contain the root `toctree` directive.
Welcome to sample_project_ivi's documentation!
=============================================
==============================================
.. toctree::
:maxdepth: 2
......
......@@ -48,7 +48,6 @@ setup(
"sphinx-prompt",
"recommonmark",
"sphinx_rtd_theme",
"pyyaml",
],
},
python_requires=">=3.8",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment