Skip to content

Commit e543128

Browse files
committed
Doc fixes. [skip ci]
1 parent d18485e commit e543128

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/usage.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,12 +627,14 @@ you can remove them using a css style sheet, as follows.
627627
First, add this to your ``conf.py``:
628628

629629
.. code-block:: python
630+
630631
html_static_path = ["_static"]
631632
html_css_files = ["custom.css"]
632633
633634
Then, use this code for your ``_static/custom.css`` style sheet:
634635

635636
.. code-block:: css
637+
636638
.backrefs {
637639
display: none;
638640
}

src/sphinxcontrib/bibtex/bibfile.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
.. autoclass:: BibData
88
:members:
99
10-
.. autofunction:: normpath_filename
11-
1210
.. autofunction:: parse_bibdata
1311
1412
.. autofunction:: is_bibdata_outdated

src/sphinxcontrib/bibtex/foot_roles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.. autoclass:: FootCiteRole
33
:show-inheritance:
44
5-
.. automethod:: result_nodes
5+
.. automethod:: run
66
"""
77

88
from typing import TYPE_CHECKING, List, Optional, Tuple, cast

0 commit comments

Comments
 (0)