Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs copyright and maintainer info update #1167

Merged
merged 2 commits into from
Jan 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = 'Hoverfly'
copyright = '2023, SpectoLabs'
author = 'SpectoLabs'
copyright = '2025, iOCO Solutions'
author = 'iOCO Solutions'

version = 'v1.10.7'
# The full version, including alpha/beta/rc tags.
Expand Down Expand Up @@ -61,7 +61,7 @@

latex_documents = [
(master_doc, 'hoverfly.tex', u'Hoverfly Documentation',
u'SpectoLabs', 'manual'),
u'iOCO Solutions', 'manual'),
]

man_pages = [
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Source

The Hoverfly source code is available on `GitHub <https://github.com/SpectoLabs/hoverfly>`_.

Hoverfly is developed and maintained by `SpectoLabs <https://specto.io>`_.
Hoverfly is developed and maintained by `iOCO Solutions <https://ioco.uk>`_.

Contents
--------
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/community.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Community
- Chat on the `Hoverfly Gitter channel <https://gitter.im/SpectoLabs/hoverfly>`_
- Join the `Hoverfly mailing list <https://groups.google.com/a/specto.io/forum/#!forum/hoverfly>`_
- Raise a `GitHub Issue <https://github.com/SpectoLabs/hoverfly/issues>`_
- Get in touch with `SpectoLabs on Twitter <https://twitter.com/spectolabs>`_
- Get in touch with `iOCO Solutions <https://hoverfly.io/contact-us>`_
Loading