Skip to content

Commit

Permalink
fix linkcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Nov 18, 2020
1 parent 067b03d commit 844f0b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions source/conf.py
Expand Up @@ -371,6 +371,11 @@
# If false, no index is generated.
#epub_use_index = True

linkcheck_anchors_ignore = [
r"instance_type",
r"authentication"
]


# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {}
2 changes: 1 addition & 1 deletion source/tutorials/deploying-nixos-using-terraform.rst
Expand Up @@ -19,7 +19,7 @@ Booting NixOS image
nix-shell -p terraform
2. We are using `Terraform Cloud <app.terraform.io/>`_ as a `state/locking backend <https://www.terraform.io/docs/state/purpose.html>`_:
2. We are using `Terraform Cloud <https://app.terraform.io>`_ as a `state/locking backend <https://www.terraform.io/docs/state/purpose.html>`_:

.. code:: shell
Expand Down

0 comments on commit 844f0b6

Please sign in to comment.