Skip to content

Commit

Permalink
Update document theme and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Oct 22, 2017
1 parent 09071e7 commit 39da031
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 71 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ install:
- pip install flake8-docstrings
- pip install pep8-naming
- pip install pytest
- pip install mkdocs
- pip install "mkdocs-material<1.12.0"
- pip install mkdocs-material
- pip install pymdown-extensions
- pip install pygments
- npm install -g jshint
Expand All @@ -21,7 +20,7 @@ script:
- flake8 .
- jshint .
- python tests/spellcheck.py
- mkdocs build --clean
- mkdocs build --clean --verbose --strict
deploy:
- provider: pages
github_token: $GITHUB_TOKEN
Expand Down
1 change: 1 addition & 0 deletions docs/theme/extra-00833721db.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion docs/theme/extra-449b50d2b3.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/theme/extra-4596f9831a.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion docs/theme/extra-9b4c72abee.css

This file was deleted.

60 changes: 0 additions & 60 deletions docs/theme/partials/footer.html

This file was deleted.

13 changes: 7 additions & 6 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ site_url: https://facelessuser.github.io/ExportHtml
repo_url: https://github.com/facelessuser/ExportHtml
edit_uri: tree/master/docs/src/markdown
site_description: Sublime Text plugin that exports code to HTML or BBCODE for copying, printing, or saving.
copyright: Copyright &copy; 2012 - 2016 <a href="https://github.com/facelessuser">Isaac Muse</a>
copyright: |
Copyright &copy; 2012 - 2016 <a href="https://github.com/facelessuser">Isaac Muse</a>
<br><span class="md-footer-custom-text">emoji provided free by </span><a href="http://www.emojione.com">EmojiOne</a>
pages:
- About ExportHtml: index.md
Expand All @@ -12,10 +14,9 @@ pages:
- Contributing &amp; Support: contributing.md
- License: license.md

theme: material
docs_dir: docs/src/markdown
theme:
name: material
custom_dir: docs/theme
theme_dir: docs/theme

markdown_extensions:
- markdown.extensions.toc:
Expand Down Expand Up @@ -72,6 +73,6 @@ extra:
- type: github
link: https://github.com/facelessuser
extra_css:
- extra-9b4c72abee.css
- extra-00833721db.css
extra_javascript:
- extra-449b50d2b3.js
- extra-4596f9831a.js

0 comments on commit 39da031

Please sign in to comment.