Skip to content

Commit f8e0d54

Browse files
author
Sylvain MARIE
committed
Trying to debug site
1 parent 18afc90 commit f8e0d54

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ after_success:
6363
#- pylint valid8 # note that at the moment the report is simply lost, we dont transform the result into anything
6464
# ***documentation***
6565
- mkdocs build -f docs/mkdocs.yml
66+
- cat ./site/search/search_index.json # trying to debug search
6667
- mv reports/junit site/
6768
# mkdocs gh-deploy requires special care :
6869
# ---grant the possibility to push on the repo---

docs/mkdocs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ nav:
2424
- Other validation libs: other_libs.md
2525
- API reference: api_reference.md
2626
- Changelog: changelog.md
27-
theme: material # readthedocs mkdocs
27+
28+
theme:
29+
name: 'material' # readthedocs mkdocs
2830

2931
markdown_extensions:
3032
- admonition # to add notes such as http://squidfunk.github.io/mkdocs-material/extensions/admonition/

0 commit comments

Comments
 (0)