crate-docs-theme icon indicating copy to clipboard operation
crate-docs-theme copied to clipboard

A Sphinx theme for the CrateDB documentation.

Results 43 crate-docs-theme issues
Sort by recently updated
recently updated
newest added

Setting `language = ""` causes downstream havoc. ```python Exception occurred: File "/Users/amo/dev/crate/docs/cratedb-guides/docs/.crate-docs/.venv/lib/python3.12/site-packages/docutils/parsers/rst/directives/parts.py", line 75, in run name = language.labels['contents'] ^^^^^^^^^^^^^^^ AttributeError: module 'docutils.languages' has no attribute 'labels' ``` https://github.com/crate/crate-docs-theme/blob/f33bb4f7d1249af58331c702538b4baa072da062/src/crate/theme/rtd/conf/cratedb_guide.py#L34-L36

bug

Bumps [docutils](https://docutils.sourceforge.io) from 0.16 to 0.21.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docutils&package-manager=pip&previous-version=0.16&new-version=0.21.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies
python

Only the "reference" and "dbal" projects forward the `/latest/`-version URLs to a specific documentation version, on the others both can be accessed separately. Example: https://crate.io/docs/dbal/en/latest/ forwards to https://crate.io/docs/dbal/en/2.3/ Not really...

## About After all the tutorials have been refactored into the CrateDB Guide with https://github.com/crate/crate-clients-tools/pull/82 recently, the enumeration of catalog items here became a bit of a lost place. This...

Educate readers about the inline / direct linking syntax of MyST. ``` {ref}`Overview ` ```

triage

Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. Release notes Sourced from sphinx's releases. Sphinx 7.1.1 Changelog: https://www.sphinx-doc.org/en/master/changes.html Changelog Sourced from sphinx's changelog. Release 7.1.1 (released Jul 27,...

dependencies
python

Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.10.0 to 5.1.4. Release notes Sourced from webpack-cli's releases. v5.1.4 5.1.4 (2023-06-07) Bug Fixes multi compiler progress output (f659624) v5.1.3 5.1.3 (2023-06-04) Bug Fixes regression for custom...

dependencies
javascript

## About The foundation of the current page design is based on Sphinx' original `basic/layout.html`, _Copyright 2007-2014 by the Sphinx team_, so it is already 16 years old, and deserves...

## About > [MyST-NB](https://github.com/executablebooks/myst-nb) is a Sphinx and Docutils extension for compiling Jupyter Notebooks into high quality documentation formats. > > It is a module within the [Executable Books Project](https://executablebooks.org/),...

enhancement
docs

Hi. At https://github.com/crate/cloud-docs/pull/34, we discussed image sizes. Maybe we want to support both large and small screens at the same time optimally, not needing to rely on fast pipes everywhere,...