Skip to content

Commit 8fadade

Browse files
committed
add valarray to documentation, update docutils on travis
1 parent 4e959c9 commit 8fadade

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ matrix:
3939
- os: linux
4040
language: docs
4141
env: DOCS STYLE LINT
42-
install: pip install sphinx sphinx_rtd_theme flake8 pep8-naming
42+
install: pip install --upgrade sphinx sphinx_rtd_theme flake8 pep8-naming docutils
4343
script:
4444
- make -C docs html SPHINX_OPTIONS=-W
4545
- tools/check-style.sh

docs/advanced/cast/overview.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ as arguments and return values, refer to the section on binding :ref:`classes`.
116116
+------------------------------------+---------------------------+-------------------------------+
117117
| ``std::vector<T>`` | STL dynamic array | :file:`pybind11/stl.h` |
118118
+------------------------------------+---------------------------+-------------------------------+
119+
| ``std::valarray<T>`` | STL value array | :file:`pybind11/stl.h` |
120+
+------------------------------------+---------------------------+-------------------------------+
119121
| ``std::list<T>`` | STL linked list | :file:`pybind11/stl.h` |
120122
+------------------------------------+---------------------------+-------------------------------+
121123
| ``std::map<T1, T2>`` | STL ordered map | :file:`pybind11/stl.h` |

0 commit comments

Comments
 (0)