8000 fix(//docsrc): Fix dependencies for docgen · pytorch/TensorRT@806e663 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 806e663

Browse files
committed
fix(//docsrc): Fix dependencies for docgen
Signed-off-by: Naren Dasan <naren@narendasan.com> Signed-off-by: Naren Dasan <narens@nvidia.com>
1 parent f0da646 commit 806e663

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/docgen.yml

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- name: Generate New Docs
3737
run: |
3838
cd docsrc
39+
pip3 install -r requirements.txt
3940
python3 -c "import torch_tensorrt; print(torch_tensorrt.__version__)"
4041
make html
4142
- uses: stefanzweifel/git-auto-commit-action@v4

docsrc/contributors/useful_links.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _useful_links:
22

33
Useful Links for Torch-TensorRT Development
4-
=====================================
4+
==============================================
55

66
TensorRT Available Layers and Expected Dimensions
77
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

docsrc/py_api/ptq.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _torch_tensorrt_ptq_py:
22

33
torch_tensorrt.ptq
4-
----------------------
4+
===================
55

66
.. currentmodule:: torch_tensorrt.ptq
77

docsrc/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sphinx==4.3.0
22
breathe==4.31.0
33
exhale==0.2.3
4-
sphinx_rtd_theme==4.3.0
54
sphinx-material==0.0.35
6-
nbsphinx==0.8.7
5+
nbsphinx==0.8.7
6+
docutils==0.17.1

0 commit comments

Comments
 (0)
0