Skip to content

Commit

Permalink
fix linkchecks
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Sep 6, 2023
1 parent 51c8217 commit 0773ef3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,17 @@ sphinx:
- https://github.com/imaurer/awesome-decentralized-llm#.*
- https://gist.github.com/veekaybee/be375ab33085102f9027853128dc5f0e#.*
- https://github.com/BlinkDL/RWKV-LM#.*
- https://www.nytimes.com/2016/04/19/technology/google-books-case.html
- https://doi.org/10.2307/2214413
- https://github.com/premAI-io/state-of-open-source-ai # TODO: remove
- https://contrib.rocks # TODO: remove
linkcheck_allowed_redirects:
https://doi.org/.*/.*: https://.*
https://codespaces.new/.*: https://github.com/login.*
https://youtu.be/.*: https://www.youtube.com/watch\?v=.*&feature=youtu.be
https://.*.substack.com/i/\d+/.*: https://.*.substack.com/p/.*
https://docs.bentoml.org: https://docs.bentoml.com/en/latest
https://mozilla.org/MPL/2.0: https://www.mozilla.org/en-US/MPL/2.0
bibtex_bibfiles: [references.bib] # citations
latex: # for PDF builds
latex_documents:
Expand Down
4 changes: 2 additions & 2 deletions references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ @incollection{box-models
publisher={Academic Press},
pages={201-236},
isbn={978-0-12-438150-6},
doi={https://doi.org/10.1016/B978-0-12-438150-6.50018-2}
doi={10.1016/B978-0-12-438150-6.50018-2}
}
@online{open-definition,
title={The Open Definition},
Expand Down Expand Up @@ -91,7 +91,7 @@ @online{cdcl-policing-foss
}
@article{law-enforceability,
ISSN={00294624, 14680068},
doi={https://doi.org/10.2307/2214413},
doi={10.2307/2214413},
author={F. S. McNeilly},
journal={Noûs},
number={1},
Expand Down

0 comments on commit 0773ef3

Please sign in to comment.