diff --git a/.travis.yml b/.travis.yml index b8dbaf64..f41138f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,6 @@ env: before_script: - rustup component add rustfmt - - if [[ -n "$BUILD_DOCS" ]]; then (cargo install mdbook --force || true); fi - - if [[ -n "$BUILD_DOCS" ]]; then (cargo install mdbook-linkcheck --force || true); fi matrix: fast_finish: true diff --git a/docs/book.toml b/docs/book.toml index 2f5e1bb0..215f872f 100644 --- a/docs/book.toml +++ b/docs/book.toml @@ -11,11 +11,3 @@ create-missing = false [output.html] git-repository-url = "https://github.com/async-rs/async-std" git-repository-icon = "fa-github" - -[output.linkcheck] -# Should we check links on the internet? Enabling this option adds a -# non-negligible performance impact -follow-web-links = false -# Are we allowed to link to files outside of the book's root directory? This -# may help prevent linking to sensitive files (e.g. "../../../../etc/shadow") -traverse-parent-directories = false