We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20c2fa7 commit 4084f8aCopy full SHA for 4084f8a
pydocmd.yml
@@ -24,7 +24,6 @@ generate:
24
# that allows you to use an external Markdown file (eg. your project's README)
25
# in the documentation. The path must be relative to current working directory.
26
pages:
27
-- Home: index.md << ./README.md
28
- Getting Started: getting-started.md << ./getting-started.md
29
- API: api/main.md
30
- Low Level API:
@@ -58,4 +57,8 @@ headers: markdown
58
57
# subdirectory of your project (eg. docs/), you may want to add the parent
59
# directory here.
60
additional_search_paths:
61
-- ./pygase
+- ./pygase
+
62
+# Extennsion for code highliting
63
+markdown_extensions:
64
+ - codehilite
0 commit comments