From d2fed11ce07ee2ab1b802c4dfa4f4ecab9de5cd9 Mon Sep 17 00:00:00 2001 From: Nathan Lambert Date: Tue, 29 Aug 2023 16:38:28 -0700 Subject: [PATCH] update dir --- .github/workflows/build_pr_documentation.yml | 1 + requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) 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