Skip to content

Commit

Permalink
Remove docs, (we didn't build these)
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Oct 15, 2023
1 parent 8f9435c commit c646877
Show file tree
Hide file tree
Showing 41 changed files with 1 addition and 2,318 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,18 +104,6 @@ jobs:
python -m av --version # Assert it can import.
scripts/test
- name: Docs
if: matrix.config.extras
run: |
. scripts/activate.sh ffmpeg-${{ matrix.config.ffmpeg }}
make -C docs html
- name: Doctest
if: matrix.config.extras
run: |
. scripts/activate.sh ffmpeg-${{ matrix.config.ffmpeg }}
scripts/test doctest
- name: Examples
if: matrix.config.extras
run: |
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,11 @@
/av/**/*.pyd
/build
/dist
/docs/_build
/ipch
/msvc-projects
/src

# Testing.
*.spyderproject
.idea
/.vagrant
/sandbox
/tests/assets
Expand Down
19 changes: 1 addition & 18 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ cythonize:
$(PYTHON) setup.py cythonize



wheel: build-mingw32
$(PYTHON) setup.py bdist_wheel

Expand All @@ -28,7 +27,6 @@ build-mingw32:
mv *.pyd av



fate-suite:
# Grab ALL of the samples from the ffmpeg site.
rsync -vrltLW rsync://fate-suite.ffmpeg.org/fate-suite/ tests/assets/fate-suite/
Expand All @@ -41,15 +39,13 @@ test:
$(PYTHON) setup.py test



vagrant:
vagrant box list | grep -q precise32 || vagrant box add precise32 http://files.vagrantup.com/precise32.box

vtest:
vagrant ssh -c /vagrant/scripts/vagrant-test



tmp/ffmpeg-git:
@ mkdir -p tmp/ffmpeg-git
git clone --depth=1 git://source.ffmpeg.org/ffmpeg.git tmp/ffmpeg-git
Expand All @@ -61,14 +57,6 @@ tmp/Doxyfile: tmp/ffmpeg-git
tmp/tagfile.xml: tmp/Doxyfile
cd tmp/ffmpeg-git; doxygen ../Doxyfile

docs: tmp/tagfile.xml
PYTHONPATH=.. make -C docs html

deploy-docs: docs
./docs/upload docs




clean-build:
- rm -rf build
Expand All @@ -81,10 +69,5 @@ clean-sandbox:
clean-src:
- rm -rf src

clean-docs:
- rm tmp/Doxyfile
- rm tmp/tagfile.xml
- make -C docs clean

clean: clean-build clean-sandbox clean-src
clean-all: clean-build clean-sandbox clean-src clean-docs
clean-all: clean-build clean-sandbox clean-src
40 changes: 0 additions & 40 deletions docs/Makefile

This file was deleted.

14 changes: 0 additions & 14 deletions docs/_static/custom.css

This file was deleted.

Binary file removed docs/_static/examples/numpy/barcode.jpg
Binary file not shown.
Binary file removed docs/_static/favicon.png
Binary file not shown.
Binary file removed docs/_static/logo-250.png
Binary file not shown.
12 changes: 0 additions & 12 deletions docs/_themes/pyav/layout.html

This file was deleted.

2 changes: 0 additions & 2 deletions docs/_themes/pyav/theme.conf

This file was deleted.

5 changes: 0 additions & 5 deletions docs/api/_globals.rst

This file was deleted.

72 changes: 0 additions & 72 deletions docs/api/audio.rst

This file was deleted.

8 changes: 0 additions & 8 deletions docs/api/buffer.rst

This file was deleted.

135 changes: 0 additions & 135 deletions docs/api/codec.rst

This file was deleted.

Loading

0 comments on commit c646877

Please sign in to comment.