Best Practices in Modern Software Development: Documentation
Documentation configuration (_config.yml
)
Recommended configuration
only_build_toc_files: true
exclude_patterns: [".pytest_cache/*", ".github/*"]
parse:
myst_enable_extensions:
- amsmath
- dollarmath
- linkify
sphinx:
config:
bibtex_reference_style: author_year
nb_execution_show_tb: True
html_theme_options:
navigation_with_keys: false
html_last_updated_fmt: "%b %d, %Y"
nb_custom_formats:
.py:
- jupytext.reads
- fmt: py