Skip to content

Commit

Permalink
fix(//docsrc): Fix dependencies for docgen
Browse files Browse the repository at this point in the history
Signed-off-by: Naren Dasan <[email protected]>
Signed-off-by: Naren Dasan <[email protected]>
  • Loading branch information
narendasan committed Nov 16, 2021
1 parent f0da646 commit 806e663
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- name: Generate New Docs
run: |
cd docsrc
pip3 install -r requirements.txt
python3 -c "import torch_tensorrt; print(torch_tensorrt.__version__)"
make html
- uses: stefanzweifel/git-auto-commit-action@v4
Expand Down
2 changes: 1 addition & 1 deletion docsrc/contributors/useful_links.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _useful_links:

Useful Links for Torch-TensorRT Development
=====================================
==============================================

TensorRT Available Layers and Expected Dimensions
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion docsrc/py_api/ptq.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _torch_tensorrt_ptq_py:

torch_tensorrt.ptq
----------------------
===================

.. currentmodule:: torch_tensorrt.ptq

Expand Down
4 changes: 2 additions & 2 deletions docsrc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sphinx==4.3.0
breathe==4.31.0
exhale==0.2.3
sphinx_rtd_theme==4.3.0
sphinx-material==0.0.35
nbsphinx==0.8.7
nbsphinx==0.8.7
docutils==0.17.1

0 comments on commit 806e663

Please sign in to comment.