Skip to content

Commit

Permalink
Proper venv. Enable sphinxcontrib-email.
Browse files Browse the repository at this point in the history
  • Loading branch information
thibgc committed Mar 9, 2022
1 parent d9c41d9 commit 2ba9b47
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/.venv
/.project
7 changes: 7 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,16 @@
extensions = [
# See https://github.com/readthedocs/sphinx_rtd_theme
'sphinx_rtd_theme',

# See https://www.sphinx-doc.org/en/master/usage/extensions/index.html
'sphinx.ext.autosectionlabel',
'sphinx.ext.intersphinx',

# See https://github.com/executablebooks/sphinx-tabs
'sphinx_tabs.tabs',

# See https://github.com/sphinx-contrib/email
'sphinxcontrib.email',
]

intersphinx_mapping = {
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ LOCKSS 2.0-alpha5 System Manual
Contact Us
----------

Please contact us for questions, feedback and bug reports. Open a ticket by sending e-mail to ``lockss-support (at) lockss (dot) org``. Your contribution toward the final LOCKSS 2.0 release is very important to us and greatly appreciated by the community.
Please contact us for questions, feedback and bug reports. Open a ticket by sending e-mail to :email:`lockss-support@lockss.org`. Your contribution toward the final LOCKSS 2.0 release is very important to us and greatly appreciated by the community.

.. toctree::
:caption: LOCKSS 2.0-alpha5 System Manual
Expand Down
2 changes: 1 addition & 1 deletion docs/installing/installer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ During this phase, :program:`install-lockss` runs a series of tests to verify th
You can also alter the number of retries and the number of seconds between retries with :samp:`--retries={N}` and :samp:`--wait={S}` respectively.

Other problems may require reaching out to the LOCKSS support team at ``lockss-support (at) lockss (dot) org`` for assistance.
Other problems may require reaching out to the LOCKSS support team at :email:`lockss-support@lockss.org` for assistance.

3. Finally, you will see the message:

Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
sphinx
sphinx-rtd-theme
sphinx-tabs
sphinxcontrib-email

0 comments on commit 2ba9b47

Please sign in to comment.