Skip to content

Commit

Permalink
Merge pull request AmbitionEng#152 from Opus10/_footing_update
Browse files Browse the repository at this point in the history
Fix ReadTheDocs builds.
  • Loading branch information
wesleykendall authored Apr 6, 2024
2 parents 3c2669b + 9c7f377 commit fa4e3e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
version: 2
python:
version: 3.8
install:
- requirements: docs/requirements.txt
build:
os: ubuntu-22.04
tools:
python: "3.8"
mkdocs:
configuration: mkdocs.yml
fail_on_warning: false
python:
install:
- requirements: docs/requirements.txt
2 changes: 1 addition & 1 deletion footing.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
_extensions:
- jinja2_time.TimeExtension
_template: [email protected]:Opus10/public-django-app-template.git
_version: a2f39d5ad54f2ef63172d2b43756a85ec66eb12e
_version: 3e583c745b210d08970a7be198e5b8e55dd8cd7a
module_name: pgtrigger
repo_name: django-pgtrigger
short_description: Postgres trigger support integrated with Django models.

0 comments on commit fa4e3e6

Please sign in to comment.