Jesse Tan
Jesse Tan
As it says in the description, this will print a warning when building a document and the theme version is a pre-release according to `parse_version` from pkg_resources. The intention is...
When running any container from https://github.com/jessfraz/dockerfiles (which uses X11 on the host system by sharing DISPLAY), vpnkit closes the connection after some idle timeout. Example log message on macOS: `com.docker.vpnkit[505]:...
When using a toctree with the `glob` option, the filenames in the list are sorted using [Python's `sorted()`](https://github.com/sphinx-doc/sphinx/blob/master/sphinx/directives/other.py#L78), which does lexicographical sorting. An example result would be: - file10.rst -...
This PR introduces the ability to expand and collapse menu items independent of the current active item. Before this, collapsing and expanding a menu item was coupled to the styling...
### Is there an existing issue for this? - [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [X] I have reviewed the documentation https://docs.sentry.io/ - [X] I am using...
Hi, have you considered submitting this plugin to Package Control for easier installation and updating? https://packagecontrol.io/docs/submitting_a_package
It is not possible to add a caption to a diagram. In Sphinx, this is done using the directive contents, but since the `uml` directive accepts uml as content, it...
Plantweb server always returns 200 OK, even if the input contains a syntax error. Instead it uses HTTP headers to signal the error. This PR adds a check for this...
This PR adds a config option `latex_format` that is used for the Sphinx directive when the LaTeX builder is used. This fixes #4. It is set to `eps` by default,...
It is currently possible to choose between svg and png output, which is fine for HTML output, but is not ideal for LaTeX (and PDF) output, which should use PlantUMLs...