Skip to content

Commit

Permalink
Remove Sphinx role :file: (#130)
Browse files Browse the repository at this point in the history
PyPI does not allow Sphinx role :file: and would reject publishing attempt of the package
  • Loading branch information
rbrazinskas authored Apr 29, 2024
1 parent fa6fb1e commit 4760d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ corresponding tag, and running the docs builder. For example, to build the docum
$ tox run -e docs
``tox run -e docs`` will build the documentation at ``./build/sphinx/html``. This command requires the ``tox,``, ``sphinx`` and
``sphinx-book-theme`` Python packages (see the ``docs`` optional dependency in :file:`pyproject.toml`);
``sphinx-book-theme`` Python packages (see the ``docs`` optional dependency in ``pyproject.toml``);
you can install the necessary packages with ``pip install -e ".[dev,docs]"``


Expand Down

0 comments on commit 4760d74

Please sign in to comment.