crate / crate-docs-theme

A Sphinx theme for the CrateDB documentation.
https://crate-docs-theme.readthedocs.io/
Apache License 2.0
19 stars 5 forks source link

CrateDB Guide Configuration: Do not set `language = ""` #489

Closed amotl closed 4 months ago

amotl commented 4 months ago

Setting language = "" causes downstream havoc.

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

amotl commented 4 months ago

Fixed with GH-491.