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 cda793b commit 437a438Copy full SHA for 437a438
docs/conf.in
@@ -33,9 +33,9 @@ extensions = [
33
"sphinx.ext.githubpages",
34
"sphinx.ext.autodoc",
35
"sphinx.ext.napoleon",
36
- "sphinx.ext.todo",
37
]
38
+todo_include_todos = True
39
use_doxyrest = "@DPCTL_ENABLE_DOXYREST@"
40
41
if use_doxyrest == "ON":
docs/docfiles/user_guides/QuickStart.rst
@@ -165,7 +165,7 @@ to build and install
165
Building using custom dpcpp
166
~~~~~~~~~~~~~~~~~~~~~~~~~~~
167
168
-.. todo:
+.. todo::
169
170
Instructions coming soon.
171
0 commit comments