Gilbert Bishop-White
Gilbert Bishop-White
As requested by @choldgraf here https://github.com/pydata/pydata-sphinx-theme/issues/364#issuecomment-1167171565 I have pulled this comment https://github.com/pydata/pydata-sphinx-theme/issues/364#issuecomment-1167151422 out into its own issue and clarified the proposal. --- We are looking to use sphinx-book-theme to document...
### Describe the bug **context** When I do build our project (a fairly large set of help, with 1300 topics) the build is taking much longer than with the ''...
I was not able to figure out how to actually build the docs I wrote for this. I have manually tested that the two new settings work for me. As...
### Context The version of pydata-sphinx-theme version currently used, 0.8.0, has the following customisation for the sidebar: - `show_nav_level` (sets `show_nav_level`, this theme supports it as `show_navbar_depth`) - `navigation_depth` (sets...
This line of the geojson spec seems to reference a file that no longer exist: https://github.com/SignalK/specification/blob/3228ead31730f997ea087dd1139d7703f94c24bf/schemas/external/geojson/geojson.json#L13 The json-schema example for geojson seems to be [here](http://json-schema.org/example/geo.json) but there is a discussion...
## Overview I think there is a conflict in the `@shopify/binary-assignment-parens` and `@typescript-eslint/no-extra-parens` rules. I have some code like: ```javascript const running = (this.state === 'running'); ``` Which is getting...
### Is this a docs issue? - [X] My issue is about the documentation content or website ### Type of issue I can't find what I'm looking for ### Description...
When building the documentation, just for embedded use ``` export KERL_BUILD_DOCS=yes export KERL_INSTALL_HTMLDOCS=no export KERL_INSTALL_MANPAGES=no ``` I noticed the following error in the output ``` DOCUMENTATION INFORMATION (See: /home/gilbert/.asdf/plugins/erlang/kerl-home/builds/asdf_25.3.2/otp_build_25.3.2.log) *...
I am trying to get the example running on a Pico W, using the instuctions here: https://book.drogue.io/drogue-device/dev/examples/rp2040/pico-w/app/README.html I am using the "Running with UF2 image" instuctions, and am getting an...