Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a218abf commit 464e921Copy full SHA for 464e921
docs/conf.py
@@ -27,6 +27,7 @@
27
"sphinx_copybutton", # Let there be plagiarism!
28
"sphinxcontrib.bibtex", # References!
29
"sphinx_sitemap", # Sitemaps are not part of the theme
30
+ "sphinx_dust", # Review documentation
31
"sphinx_togglebutton", # Toggles reduce clutter
32
"myst_nb" # All the myst we need
33
]
docs/use/cpp/firststeps.md
@@ -37,3 +37,9 @@ ex
37
```{code-cell}
38
expand(ex)
39
```
40
+
41
+```{reviewer-meta}
42
+:written-on: "2020-08-27"
43
+:proofread-on: "2021-01-20"
44
+:dust-days-limit: 60
45
+```
symedocs.yml
@@ -30,4 +30,5 @@ dependencies:
- pip:
- sphinx-library
- sphinx-proof
+ - sphinx-dust
34
- sphinx-sitemap
0 commit comments