https://github.com/kermitt2/grobid
Revision 5aca6b85c306bafa2b94076ed36a745e64553b48 authored by Luca Foppiano on 02 April 2024, 21:35:06 UTC, committed by Luca Foppiano on 02 April 2024, 21:35:06 UTC
2 parent s c92bc1e + 5b14536
Raw File
Tip revision: 5aca6b85c306bafa2b94076ed36a745e64553b48 authored by Luca Foppiano on 02 April 2024, 21:35:06 UTC
Merge branch 'master' into sentence-segmentation-detection
Tip revision: 5aca6b8
readthedocs.yml
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the version of Python and other tools you might need
build:
  os: ubuntu-22.04
  tools:
    python: "3.11"

python:
  install:
    - requirements: doc/requirements.txt

mkdocs:
  configuration: mkdocs.yml
  fail_on_warning: false
back to top