Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
docs: embeeding javasphinx is a bad idea: it has too many dependencies
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 11 Jul 2019 06:32:02 +0000 (08:32 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 11 Jul 2019 06:32:05 +0000 (08:32 +0200)
commitd90ae839ac04cd38e29cf0285a28b16fe4d5b9b6
treec6a2dae382d924ddb513f3ff05f4292051e9657f
parentd3c1a287e32a22288af6e167f4f3ad8aa7a2e86c
docs: embeeding javasphinx is a bad idea: it has too many dependencies

The rational to embeed it was that it's not included in Debian and it
won't be included any time soon since its author orphaned it, while
I'd like to distribute the doc as Debian packages.

But it won't work: javalang is one of the dependencies of javasphinx
that is not packaged either (even if it seems actively maintained
upstream), and it seems to not be the last dependency of javasphinx.

So let's stop this ugly hack. Too bad for the Debian doc. I could try
to have a multi-source package on Debian with the precompiled doc as
one of them, but since it's not the prefered format for modification,
I guess it won't get accepted. Not 100% sure.
docs/requirements.txt
docs/source/_ext/javasphinx-apidoc [deleted file]
docs/source/_ext/javasphinx/__init__.py [deleted file]
docs/source/_ext/javasphinx/apidoc.py [deleted file]
docs/source/_ext/javasphinx/compiler.py [deleted file]
docs/source/_ext/javasphinx/domain.py [deleted file]
docs/source/_ext/javasphinx/extdoc.py [deleted file]
docs/source/_ext/javasphinx/formatter.py [deleted file]
docs/source/_ext/javasphinx/htmlrst.py [deleted file]
docs/source/_ext/javasphinx/util.py [deleted file]