diff --git a/.github/workflows/build_pr_documentation.yml b/.github/workflows/build_pr_documentation.yml index e405e4e..038ffd4 100644 --- a/.github/workflows/build_pr_documentation.yml +++ b/.github/workflows/build_pr_documentation.yml @@ -14,5 +14,6 @@ jobs: commit_sha: ${{ github.event.pull_request.head.sha }} pr_number: ${{ github.event.number }} package: rlhf-handbook + path_to_docs: rlhf-handbook/chapters/ additional_args: --not_python_module languages: en \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index cac6b3a..8244fc6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -hf-doc-builder==0.4.0 -black==23.3.0 -watchdog==3.0.0 \ No newline at end of file +hf-doc-builder>=0.4.0 +black>=23.3.0 +watchdog>=3.0.0 \ No newline at end of file