I am creating the app manual with Sphinx 1.8.2.
There are chapters 1 to 10, but HTML contains all the chapters.br/>
I'd like to divide the PDF into two parts, with chapters 1-7 as the "Basic Edition" and chapters 8-10 as the "Application Edition."
"Also, I would like to separate the titles at this time as ""Basic Edition"" and ""Application Edition"" respectively."
Please tell me how to configure this situation.
sphinx
Currently, I am self-resolving using the following methods:
Run the build of the base edition below
sphinx-build-a-blatex-c source/conf_latex1 source build/latex_basic
./build/latex_basic/make
Similarly, build the application below
sphinx-build-a-blatex-c source/conf_latex2 source build/latex_advance
./build/latex_advance/make
However, in this situation, when the order of content changes or the release number changes, you have to change the settings for HTML and 2x for latex, which is not the best way to do this.
If you know any other good ways, please give me some advice.
925 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
626 Uncaught (inpromise) Error on Electron: An object could not be cloned
585 PHP ssh2_scp_send fails to send files as intended
574 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
© 2024 OneMinuteCode. All rights reserved.