If the code changes and the commands from the documentation fail, no documentation will be built
this is a very good point indeed !
If the code changes and the commands from the documentation fail, no documentation will be built
this is a very good point indeed !
Hypothesis Client development server
Works! In any case , what i actually want to do is to use a hypothesis local SERVER. and it IS hard to do
ah, cuando eldiario.es era de izquierdas!
Note it is also possible to host a private hypothes.is server so annotation data does not go to hypothesis servers (eg very desirable in a corporate environment). Although note that setting it up requires of some strong knowledge on linux, python, docker, admin, and many other things. And the doc does not help ...
make dev
On Fedora 35 I also needed to install
sudo dnf install yarnpkg-1.22.10-3.fc35.noarch
make services
On Fedora 35 I got this error:
-> https://www.python.org/ftp/python/3.8.12/Python-3.8.12.tar.xz Installing Python-3.8.12... /home/$USER/.pyenv/plugins/python-build/bin/python-build: line 1736: patch: command not found
BUILD FAILED (Fedora Linux 35 using python-build 2.3.8-12-ge82e1273)
Which I fixed by installing patch
sudo dnf install patch.x86_64
After trying again, I get the following:
WARNING: The Python sqlite3 extension was not compiled. Missing the SQLite3 lib? WARNING: The Python tkinter extension was not compiled and GUI subsystem has been detected. Missing the Tk toolkit?
Let's see how it goes ...