Skip to content

Commit

Permalink
Merge pull request #99 from itslanguage/graphviz
Browse files Browse the repository at this point in the history
chore: remove failing dependency
  • Loading branch information
kvdb authored Apr 12, 2019
2 parents e7c6348 + c495c41 commit 84ee8fc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 12 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@ env:
global:
- COMMIT_AUTHOR_NAME: ITSLanguage Bot
- COMMIT_AUTHOR_EMAIL: [email protected]
- SITE_DIR: $TRAVIS_BUILD_DIR/.site

before_install:
- sudo apt-get -qq update
- sudo apt-get install -y graphviz
- SITE_DIR: $TRAVIS_BUILD_DIR/.site

after_success:
# Failing will "fail" the build
Expand Down
7 changes: 5 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## Welcome

This is a work-in-progress help site for <a href="http://www.itslanguage.nl">ITSLanguage</a>.
This website contains the REST API documentation for <a href="http://www.itslanguage.nl">ITSLanguage</a>.
It's what you need when you're building an integration of ITSLanguage into your backend.

In case you're looking for integration of ITSLanguage in your frontend, please take a look at our <a href="https://github.com/itslanguage/itslanguage-js">JS SDK</a>.

## Improving This Help

Just drop us an <a href="mailto:support+itslanguage@d-centralize.nl">email</a>.
Just drop us an <a href="mailto:support@itslanguage.nl">email</a>.
5 changes: 2 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
site_name: ITSLanguage API
repo_url: https://github.com/itslanguage/itslanguage-docs/
copyright: 2013-2018
pages:
copyright: 2013-2019
nav:
- Home:
- 'ITSLanguage Speech API': 'index.md'
- REST API basics:
Expand Down Expand Up @@ -55,7 +55,6 @@ use_directory_urls: false
strict: true

markdown_extensions:
- inline_graphviz
- toc:
anchorlink: True
- admonition
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
markdown-inline-graphviz == 1.0
mkdocs == 0.16.0
mkdocs == 1.0.4

0 comments on commit 84ee8fc

Please sign in to comment.