| [[source]] | |
| name = "pypi" | |
| url = "https://pypi.org/simple" | |
| verify_ssl = true | |
| [dev-packages] | |
| [packages] | |
| sphinx = "*" | |
| sphinx-rtd-theme = "*" | |
| pyyaml = "*" | |
| sphinx-copybutton = "*" | |
| # SVG to PNG only supported since 2.0.0 | |
| sphinxcontrib-svg2pdfconverter = ">=2.0.0" | |
| [requires] | |
| python_version = "3" |