I'm writing documentation for a new project using Sphinx
But because this project is new, its name may change and I don't want to replace all reference of "Project Name" in all my documentation.
So I want to know if there is a way to put some variable/constant on Sphinx
to do that.
I know there is a i18n
feature on Sphinx
, so I can use gettext to change the "Project Name" without something else. But I'm looking for a proper way to do that.