Getting Started¶
Awdur can also be used as a Sphinx extension to set it up, you first need to ensure that awdur package is installed alongisde Sphinx in your environment
$ pip install awdur
It also needs to be added to your list of extensions in your project’s conf.py
extensions = [
...
"awdur.sphinxext",
]