Commit Graph

12 Commits

Author SHA1 Message Date
AJ Heller 0d0f9961f4 fix build errors with `make latexpdf`
This commit provides two small fixes.

Gif images are not supported by latexpdf. There are a handful of options
to resolve that issue, but the already-available imgconverter extension
takes care of converting them to supported image formats.

The pdf build was failing due to the deprecated Sphinx `app.warn` used
in the sphinx_tabs extension. The `app.log` deprecation was already
handled in this function, and now `warn` is as well.
2019-10-02 18:01:53 -07:00
Hugo Locurcio 8cda912ac4
Mark Sphinx extensions as parallel-safe
This makes it possible to build the whole documentation in parallel
by specifying the `-j <threads>` argument on the `sphinx-build`
command line.
2019-07-29 19:38:10 +02:00
Rémi Verschelde 2a0710e8df Sync sphinx-tabs extension with upstream 1.1.10
Supersedes #2112.
2019-01-08 13:48:47 +01:00
Rémi Verschelde acfd853ad4 Networking: Replace sync and slave keywords by their 3.1 equivalents 2018-09-15 03:19:52 +02:00
Hugo Locurcio 80488ab1c5
Add new keywords and constants to the GDScript lexer 2018-09-01 14:23:56 +02:00
Rémi Verschelde 95d4a6f399 Merge pull request #453 from djrm/pr_code_tabs
Added tabs for multiple programming languages
2017-09-01 07:55:40 +02:00
Daniel J. Ramirez 54a5c50309 Added tabs for multiple programming languages 2017-08-31 23:58:48 -05:00
Daniel J. Ramirez e0a7cdfbd7 Updated gdscript pygments 2017-08-31 21:40:01 -05:00
Julian Murgia e0bd7b9e1d Separate `extends` keyword from `is` keyword.
Fixes #403
2017-07-25 13:49:54 +02:00
karroffel c7c4290b6b added documentation for pattern matching 2017-01-16 19:01:06 +01:00
Daniel J. Ramirez 4d86dc2fe3 Added missing Rect2 built in type 2016-07-01 15:47:46 -05:00
Daniel J. Ramirez c2d53288fd Added custom gdscript pygments lexer 2016-06-30 21:08:04 -05:00