pysim/docs
Oliver Smith 308d7cdf78 docs/Makefile: don't forward shrink to sphinx
Adjust the catch-all target at the end of the Makefile that is supposed
to route all unknown targets to sphinx, so it doesn't do this for the
shrink target. The shrink target has recently been added to
Makefile.common.inc in osmo-gsm-manuals, which gets included right above
the catch-all target. So it isn't an unknown target, but for some reason
the sphinx catch-all runs in addition to the shrink target (runs
shrink-pdfs.sh, see output below) and fails. As I did not add the
catch-all logic, preserve it but add an exception for the shrink rule.

Fix for:
  + make -C docs publish publish-html
  make: Entering directory '/build/docs'
  /opt/osmo-gsm-manuals/build/shrink-pdfs.sh _build/latex/osmopysim-usermanual.pdf
  * _build/latex/osmopysim-usermanual.pdf: 272K (shrunk from 336K)
  Running Sphinx v5.3.0

  Sphinx error:
  Builder name shrink not registered or available through entry point

Related: SYS#6380
Change-Id: If2802bb93909aba90debe5e03f3047cec73e2f54
2023-03-20 12:28:06 +01:00
..
Makefile docs/Makefile: don't forward shrink to sphinx 2023-03-20 12:28:06 +01:00
conf.py doc: Improve documentation in various places 2022-02-15 16:40:45 +01:00
index.rst doc: Improve documentation in various places 2022-02-15 16:40:45 +01:00
legacy.rst docs/legcay.txt: Point to pySim-shell as replacement 2022-02-15 15:38:19 +01:00
library.rst Introduce new object-oriented TLV parser/decoder/encoder 2021-06-05 10:47:17 +02:00
make.bat Use sphinx for generating documentation 2021-04-02 21:08:51 +02:00
shell.rst ts_102_222: Implement support for RESIZE FILE for an EF 2023-03-09 09:49:40 +00:00