I'm new using Sphinx to document my work. I want do add the number version and release to my documentation in PDF.
In the conf.py
file, a version variable is defined that we can use in the .rst
files like such:
|version|
But its not working for me, i don't know if I doing something wrong. Any suggestions?