Attempt to fix doc links with a temporary patch
parent
614fc8b9dd
commit
a22a4d5d3f
|
@ -1,4 +1,9 @@
|
||||||
site_name: Voxel Tools documentation
|
site_name: Voxel Tools documentation
|
||||||
|
# TODO This should be changed to an environment variable
|
||||||
|
# This is fine for now, but when we have to support multiple versions of the documentation,
|
||||||
|
# the URL will vary, so in the long term we should not hardcode it here.
|
||||||
|
# This would be needed: https://github.com/readthedocs/readthedocs.org/issues/8260
|
||||||
|
site_url: https://voxel-tools.readthedocs.io/en/latest/
|
||||||
theme: readthedocs
|
theme: readthedocs
|
||||||
|
|
||||||
docs_dir: source
|
docs_dir: source
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* Without this, top-level items are barely recognizable from second-level */
|
/* Without this, top-level items in the navigation bar are barely recognizable from second-level */
|
||||||
.caption {
|
.caption {
|
||||||
color: #5599ff;
|
color: #5599ff;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue