Skip to content

Commit

Permalink
Merge pull request #945 from Xilinx/fix/rtd
Browse files Browse the repository at this point in the history
Fix readthedocs setup
  • Loading branch information
auphelia authored Jan 3, 2024
2 parents 85f935a + 9dc0ee6 commit ead19e3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Copyright (c) 2021, Xilinx
# Copyright (c) 2021-2022, Xilinx
# Copyright (C) 2023-2024, Advanced Micro Devices, Inc.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -31,13 +32,15 @@

version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.8"

sphinx:
configuration: docs/finn/conf.py

python:
version: 3.8
install:
- method: pip
path: .
extra_requirements:
- docs
- requirements: docs/requirements.txt
13 changes: 13 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
brevitas@git+https://github.com/Xilinx/brevitas@master#egg=brevitas_examples
dataclasses-json==0.5.7
docutils==0.17.1
gspread==3.6.0
IPython
netron
pytest
pyverilator@git+https://github.com/maltanar/pyverilator@master#egg=pyverilator
qonnx@git+https://github.com/fastmachinelearning/qonnx@main#egg=qonnx
sphinx_rtd_theme==0.5.0
torch
torchvision
vcdvcd

0 comments on commit ead19e3

Please sign in to comment.