Skip to content

Commit

Permalink
chore: remove docs (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanttV authored Jan 30, 2024
1 parent 35d62a0 commit ae01187
Show file tree
Hide file tree
Showing 20 changed files with 2 additions and 1,330 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
os: [ubuntu-20.04]
python-version: ['3.8']
toxenv: [quality, docs, pii_check, django32, django40]
toxenv: [quality, pii_check, django32, django40]

steps:
- uses: actions/checkout@v3
Expand Down
8 changes: 1 addition & 7 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: clean compile_translations coverage diff_cover docs dummy_translations \
.PHONY: clean compile_translations coverage diff_cover dummy_translations \
extract_translations fake_translations help pii_check pull_translations push_translations \
quality requirements selfcheck test test-all upgrade validate install_transifex_client

Expand Down Expand Up @@ -29,10 +29,6 @@ coverage: clean ## generate and view HTML coverage report
pytest --cov-report html
$(BROWSER)htmlcov/index.html

docs: ## generate Sphinx HTML documentation, including API docs
tox -e docs
$(BROWSER)docs/_build/html/index.html

# Define PIP_COMPILE_OPTS=-v to get more information during make upgrade.
PIP_COMPILE = pip-compile --upgrade $(PIP_COMPILE_OPTS)

Expand Down Expand Up @@ -79,7 +75,6 @@ diff_cover: test ## find diff lines that need test coverage

test-all: quality pii_check ## run tests on every supported Python/Django combination
tox
tox -e docs

validate: quality pii_check test ## run tests and quality checks

Expand All @@ -89,7 +84,6 @@ selfcheck: ## check that the Makefile is well-formed
## Localization targets

extract_translations: ## extract strings to be translated, outputting .mo files
rm -rf docs/_build
cd platform_plugin_turnitin && ../manage.py makemessages -l en -v1 -d django
cd platform_plugin_turnitin && ../manage.py makemessages -l en -v1 -d djangojs

Expand Down
230 changes: 0 additions & 230 deletions docs/Makefile

This file was deleted.

10 changes: 0 additions & 10 deletions docs/_static/theme_overrides.css

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/concepts/index.rst

This file was deleted.

Loading

0 comments on commit ae01187

Please sign in to comment.