[02sphinx] 07tk0miya pushed 032 commits to 03stable [+0/-0/±2] 13https://git.io/voJ6b
[02sphinx] 07jfbu 03ff8d470 - LaTeX: remove use of \ifthenelse macro from sphinx.sty Simpler \ifdefined is already available without package.
[02sphinx] 07tk0miya 0320a7f3b - Merge pull request #2623 from jfbu/latex_noifthen LaTeX: remove use of \ifthenelse macro from sphinx.sty
chronodekar joined the channel
chronodekar
Hello!
Does anyone know if it is possible to customize the documentation created by sphinx ?
Like, for a project I'm working on, I need to give documenation to two different groups. Group-A needs to use some features of my site that Group B cannot
and when I create sphinx documentation, I don't want Group-B to see the documentation meant for Group -A.
is this kind of configuration possible with sphinx?
there is a lot of documentation common to both group A and B, I'd rather not duplicate that.
Specifically, I'm thinking along the lines of Table of Content entries.
and within the documentation to refer to Group-A or B, depending on for whom I've compiled/generated the documentation for
I'm thinking of setting up different configuration files for the two groups and keeping my documentation sources in the same place, but I'm not sure how to go about doing this..