Skip to content

Commit

Permalink
fixed gitter link
Browse files Browse the repository at this point in the history
  • Loading branch information
antonymayi committed Apr 2, 2023
1 parent ba5496b commit a83f2de
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@
}
nitpick_ignore_regex = [(k, v) for k, t in _target_blacklist.items() for v in t]

# Ignore the given anchors when checking links
linkcheck_anchors_ignore = ['/room/#formlio_community:gitter.im']

# -- Options for HTML output -------------------------------------------------

# The theme to use for HTML and HTML Help pages. See the documentation for
Expand Down Expand Up @@ -216,12 +219,12 @@
# -- Options for sphinx_immaterial --------------------------------------
# See: https://pypi.org/project/sphinx-immaterial/
object_description_options = [
('py:.*parameter', dict(include_in_toc=False)),
('py:.*attribute', dict(include_in_toc=False)),
# ('py:.*function', dict(include_in_toc=False)),
# ('py:.*property', dict(include_in_toc=False)),
# ('py:.*method', dict(include_in_toc=False)),
('py:.*', dict(include_fields_in_toc=False)),
('py:.*parameter', {'include_in_toc': False}),
('py:.*attribute', {'include_in_toc': False}),
# ('py:.*function', {'include_in_toc': False}),
# ('py:.*property', {'include_in_toc': False}),
# ('py:.*method', {'include_in_toc': False}),
('py:.*', {'include_fields_in_toc': False}),
]


Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Resources

* `Documentation <https://docs.forml.io/en/latest/>`_
* `Source Code <https://github.com/formlio/forml/>`_
* `Chat Room <https://gitter.im/formlio/community/>`_
* `Chat Room <https://app.gitter.im/#/room/#formlio_community:gitter.im>`_
* `Issue Tracker <https://github.com/formlio/forml/issues/>`_
* `PyPI Repository <https://pypi.org/project/forml/>`_

Expand Down

0 comments on commit a83f2de

Please sign in to comment.