mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
4 lines
112 B
Python
4 lines
112 B
Python
from sphinx_pyproject import SphinxConfig
|
|
|
|
project = SphinxConfig("../pyproject.toml", globalns=globals()).name
|