Skip to content

Commit 806e663

Browse files
committed
fix(//docsrc): Fix dependencies for docgen
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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)