Skip to content

Commit

Permalink
[DBP-92]: Resolved pgadmin issue in windows and osx.
Browse files Browse the repository at this point in the history
  • Loading branch information
Manika Singhal authored and Manika Singhal committed Feb 6, 2023
1 parent 5c17d43 commit 8a4ba46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions server/build-pgadmin.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ _build_docs() {
pip3 cache remove psycopg2
LDFLAGS="-L/opt/local/Current_v15/lib" CFLAGS="-I/opt/local/Current_v15/include" pip3 install -r "${SOURCE_DIR}/requirements.txt"
pip3 install sphinx
pip3 install sphinxcontrib-youtube

cd "${SOURCE_DIR}"
make docs
Expand Down
1 change: 1 addition & 0 deletions server/scripts/windows/build-pgadmin.bat.in
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ REM Main build sequence Ends
ECHO Building docs...

CALL pip install sphinx || EXIT /B 1
CALL pip install sphinxcontrib-youtube || EXIT /B 1

MKDIR "%BUILDROOT%\docs\en_US\html"
CD "%PGADMIN_SRC_DIR%\docs\en_US"
Expand Down

0 comments on commit 8a4ba46

Please sign in to comment.