Skip to content

Commit c25eea6

Browse files
committed
When nodoc then do not insert empty lines
1 parent 7e2ea47 commit c25eea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/project_setup.md.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ help you decide which tool to use for packaging.
5959
- The documentation is set up with the ReadTheDocs Sphinx theme.
6060
- Check out its [configuration options](https://sphinx-rtd-theme.readthedocs.io/en/latest/).
6161
- [AutoAPI](https://sphinx-autoapi.readthedocs.io/) is used to generate documentation for the package Python objects.
62-
{% if AddOnlineDocumentation %}- `.readthedocs.yaml` is the ReadTheDocs configuration file. When ReadTheDocs is building the documentation this package and its development dependencies are installed so the API reference can be rendered.{% endif %}
62+
{% if AddOnlineDocumentation %}- `.readthedocs.yaml` is the ReadTheDocs configuration file. When ReadTheDocs is building the documentation this package and its development dependencies are installed so the API reference can be rendered.{% endif -%}
6363
- [Relevant section in the guide](https://guide.esciencecenter.nl/#/best_practices/language_guides/python?id=writingdocumentation)
6464

6565
## Coding style conventions and code quality

0 commit comments

Comments
 (0)