Skip to content

Commit 3e357a2

Browse files
authored
FIX: Installing IPython when building RTD docs (#388)
* Installing IPython when build RTD docs * Add [ipython] deps to [doc] deps instead of just fixing RTD
1 parent b3ce880 commit 3e357a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

requirements/docs.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ sphinx-autoapi >= 1.8.4
66
Pygments >= 2.9.0
77
myst_parser >= 0.18.0
88
sphinx-reredirects >= 0.0.1
9+
# Make sure we build the docs for `line_profiler.ipython_extension`
10+
-r ipython.txt

0 commit comments

Comments
 (0)