Skip to content

Commit c9d30eb

Browse files
committed
update readme
1 parent 77a618e commit c9d30eb

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# https://docs.readthedocs.io/en/stable/config-file/v2.html#supported-settings
2-
# https://www.maturin.rs/sphinx#read-the-docs-integration
2+
# https://www.maturin.rs/sphinx#read-the-docs-integration
33

44
version: 2
55

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22

33
Sphinx plugin for documentation of Rust projects.
44

5+
**UNDER DEVELOPMENT!**
6+
57
See [docs/](docs/) for more information.

python/sphinx_rust/roles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
class RustCrateXRefRole(XRefRole):
55
"""Role to cross-reference a Rust crate."""
66

7+
78
class RustModuleXRefRole(XRefRole):
89
"""Role to cross-reference a Rust module."""
910

@@ -14,4 +15,3 @@ class RustStructXRefRole(XRefRole):
1415

1516
class RustEnumXRefRole(XRefRole):
1617
"""Role to cross-reference a Rust enum."""
17-

0 commit comments

Comments
 (0)