From 6881ed1cf80fa9690c30ae4692e136aa812e273d Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Wed, 9 Feb 2022 16:20:42 +0100 Subject: [PATCH] requirements: do not use git Signed-off-by: Unai Martinez-Corral --- requirements.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index b44997a..66c4316 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,10 @@ Sphinx==3.0.4 -git+http://github.com/SymbiFlow/sphinx_materialdesign_theme.git@master#egg=sphinx_symbiflow_theme -git+http://github.com/SymbiFlow/sphinx-verilog-domain +http://github.com/SymbiFlow/sphinx_materialdesign_theme/archive/master.zip#sphinx_symbiflow_theme +http://github.com/SymbiFlow/sphinx-verilog-domain/archive/master.zip#sphinx-verilog-domain sphinx-markdown-tables==0.0.12 breathe==4.18.1 -#symbolator==1.0.2 -git+https://github.com/hdl/pyHDLParser#egg=hdlparse -git+https://github.com/hdl/symbolator +https://github.com/hdl/pyHDLParser/archive/master.zip#hdlparse +https://github.com/hdl/symbolator/archive/master.zip#symbolator sphinxcontrib-images==0.9.2 recommonmark==0.6.0 sphinxcontrib-bibtex==0.4.2