Skip to content

PDF files used by website are giving 404 errors #16

@SusanEAllen

Description

@SusanEAllen

For example, on the rubric pages there is a link to the presentations rubric:

https://rhwhite.github.io/numeric_2022/rubrics/presentations_rubric.pdf

(also I copied the Makefile to do this for the schedules, so whatever the fix for rubrics is, I need to repeat it). I note the lines that I think should be doing this in the Makefile are:

Custom html target to rsync PDFs into $BUILDDIR after Sphinx has created it

html:
@$(SPHINXBUILD) -b html "$(SOURCEDIR)" "$(BUILDDIR)/html" $(SPHINXOPTS) $(O)
rsync -av rubrics/.pdf "$(BUILDDIR)/html/rubrics"
rsync -av schedules/
.pdf "$(BUILDDIR)/html/schedules"

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions