2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 09:57:41 +00:00

[#1055] Corrected grammar

This commit is contained in:
Tomek Mrugalski 2020-03-20 14:51:43 +01:00 committed by Tomek Mrugalski
parent a1ee27d757
commit 365b46a915

View File

@ -214,7 +214,7 @@ def run_generate_docs(_):
# Sphinx has some limitations. It can't import files from outside its directory, which
# in our case is src/sphinx. On the other hand, we need to have platforms.rst file
# in top level directory, so it's easily accessible by prospective and first time
# users. Furthermore, ReadTheDocs does not use makefile system at all and they rely
# users. Furthermore, ReadTheDocs does not use the makefile system at all and they rely
# on sphinx-build only. As a result we need to conduct some Makefile-like operations
# here. This requires us to copy (or link) the file from the top level to sphinx subdir.
from shutil import copyfile