You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to integrate this plugin in my maven build and want to use the maven property {project.version} for the sphinx output. (and maybe some others).
The version used by sphinx is in conf.py, properties "release" and "version". With
shpinx-build -Dversion=1.0 -Drelease=1.0 ......
anything works perfect.
At the moment, the -D option is not supported by this maven plugin. Looking at the source code, I think this is not a big challenge.
If you like I could make a pull request.
Thanks
Christian
The text was updated successfully, but these errors were encountered:
First, thanks for the plugin.
I am trying to integrate this plugin in my maven build and want to use the maven property {project.version} for the sphinx output. (and maybe some others).
The version used by sphinx is in conf.py, properties "release" and "version". With
shpinx-build -Dversion=1.0 -Drelease=1.0 ......
anything works perfect.
At the moment, the -D option is not supported by this maven plugin. Looking at the source code, I think this is not a big challenge.
If you like I could make a pull request.
Thanks
Christian
The text was updated successfully, but these errors were encountered: