Skip to content

Commit 87de75d

Browse files
committed
docs: don't use tabs while we work out the docutil version pinning
1 parent 4eee7dc commit 87de75d

File tree

2 files changed

+15
-17
lines changed

2 files changed

+15
-17
lines changed

doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
'sphinx.ext.intersphinx',
4141
'sphinxcontrib.restbuilder',
4242
'sphinx.ext.napoleon',
43-
'sphinx_tabs.tabs',
43+
#'sphinx_tabs.tabs',
4444
]
4545

4646
# Add any paths that contain templates here, relative to this directory.

doc/index.rst

+14-16
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@ Getting started is easy:
6868

6969
Instructions for specific test runners:
7070

71-
.. tabs::
72-
73-
.. tab:: pytest
71+
- **pytest**
7472

7573
If you usually use::
7674

@@ -83,7 +81,7 @@ Getting started is easy:
8381
Many people choose to use the `pytest-cov`_ plugin, but for most
8482
purposes, it is unnecessary.
8583

86-
.. tab:: unittest
84+
- **unittest**
8785

8886
Change "python" to "coverage run", so this::
8987

@@ -93,18 +91,18 @@ Getting started is easy:
9391

9492
$ coverage run -m unittest discover
9593

96-
.. tab:: nosetest
97-
98-
*Nose has been unmaintained for a long time. You should seriously
99-
consider adopting a different test runner.*
100-
101-
Change this::
102-
103-
$ nosetests arg1 arg2
104-
105-
to::
106-
107-
$ coverage run -m nose arg1 arg2
94+
.. - **nosetest**
95+
..
96+
.. *Nose has been unmaintained for a long time. You should seriously
97+
.. consider adopting a different test runner.*
98+
..
99+
.. Change this::
100+
..
101+
.. $ nosetests arg1 arg2
102+
..
103+
.. to this::
104+
..
105+
.. $ coverage run -m nose arg1 arg2
108106
109107
To limit coverage measurement to code in the current directory, and also
110108
find files that weren't executed at all, add the ``--source=.`` argument to

0 commit comments

Comments
 (0)