Skip to content

Commit

Permalink
Ignore local addresses for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jjanvier committed Feb 7, 2019
1 parent 681f1d0 commit 12f809e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions conf.py
Expand Up @@ -282,3 +282,4 @@

# When using "linkckeck" builder, no checks on anchors.
linkcheck_anchors = False
linkcheck_ignore = [r'http://localhost:\d+/', r'http://your\.akeneo-pim\.url.*']
2 changes: 1 addition & 1 deletion use_sso_authentication/index.rst
Expand Up @@ -37,7 +37,7 @@ The following information is here if you want to tweak something, if not, go dir

This container will expose the ``8081`` port, you can override this value in the ``.env`` file.

You can access the IdP administration page at the following url: http://localhost:8081/simplesaml .
You can access the IdP administration page at the following url: http://localhost:8081/simplesaml.

| Some users are already configured, the same that are in the `icecat_demo_dev fixtures <https://github.com/akeneo/pim-community-dev/blob/3.0/src/Akeneo/Platform/Bundle/InstallerBundle/Resources/fixtures/icecat_demo_dev/users.csv>`_.
| They are defined in the ``docker/sso_authsources.php``.
Expand Down

0 comments on commit 12f809e

Please sign in to comment.