Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit77b9bfd

Browse files
committed
ls some directories and reinstall sphinx to test it out
1 parent6282921 commit77b9bfd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

‎Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ help:
4141
# treated as errors, which is good to skip simple Sphinx syntax mistakes.
4242
.PHONY: build
4343
build: setup
44+
echo VENV
45+
ls$(VENV)
46+
47+
echo VENV/bin
48+
ls $(VENV)/bin
49+
50+
$(VENV)/bin/python -m pip install --force-reinstall sphinx==2.2.0
51+
4452
PYTHONWARNINGS=ignore::FutureWarning $(VENV)/bin/sphinx-build -j auto -W --keep-going -b html -d $(OUTPUT_DOCTREE) -D language=$(LANGUAGE) . $(OUTPUT_HTML) && \
4553
@echo "Success! Open file://`pwd`/$(OUTPUT_HTML)/index.html, " \
4654
"or run 'make serve' to see them in http://localhost:8000";

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp