Skip to content

Commit

Permalink
Sphinx update (#479)
Browse files Browse the repository at this point in the history
* fix footnote reference in markov() docstring

* require sphinx 3.4 or higher for readthedocs
  • Loading branch information
murrayrm committed Dec 28, 2020
1 parent bd354c9 commit 35f1e64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion control/modelsimp.py
Expand Up @@ -407,7 +407,7 @@ def markov(Y, U, m=None, transpose=None):
y[k] &= C x[k] + D u[k]
given data for u and y. The algorithm assumes that that C A^k B = 0 for
k > m-2 (see [1]). Note that the problem is ill-posed if the length of
k > m-2 (see [1]_). Note that the problem is ill-posed if the length of
the input data is less than the desired number of Markov parameters (a
warning message is generated in this case).
Expand Down
1 change: 1 addition & 0 deletions doc-requirements.txt
@@ -1,3 +1,4 @@
sphinx>=3.4
numpy
scipy
matplotlib
Expand Down

0 comments on commit 35f1e64

Please sign in to comment.