Skip to content

Commit 4084f8a

Browse files
authoredJun 24, 2019
Add code highlighting to API ref page and remove README page
1 parent 20c2fa7 commit 4084f8a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed
 

‎pydocmd.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ generate:
2424
# that allows you to use an external Markdown file (eg. your project's README)
2525
# in the documentation. The path must be relative to current working directory.
2626
pages:
27-
- Home: index.md << ./README.md
2827
- Getting Started: getting-started.md << ./getting-started.md
2928
- API: api/main.md
3029
- Low Level API:
@@ -58,4 +57,8 @@ headers: markdown
5857
# subdirectory of your project (eg. docs/), you may want to add the parent
5958
# directory here.
6059
additional_search_paths:
61-
- ./pygase
60+
- ./pygase
61+
62+
# Extennsion for code highliting
63+
markdown_extensions:
64+
- codehilite

0 commit comments

Comments
 (0)
Please sign in to comment.