mavenraven
0d8b941b7f
While fixing the missing Jinga2 dependency, I noticed this CMake output for Sphinx;
...
```
Using cached requests-2.31.0-py3-none-any.whl.metadata (4.6 kB)
ERROR: Pipe to stdout was broken
Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
BrokenPipeError: [Errno 32] Broken pipe
```
Switching to using seperate commands fixes this issue.
2024-01-27 17:19:33 -05:00
Markus Pilman
e07b3e35ca
Added C++ Coroutine support to Flow
2023-11-14 10:10:11 +01:00
Xiaoge Su
0f93031083
Do not use virtual environment if system has built-in Sphinx
2023-03-22 20:41:28 -07:00
Xiaoge Su
9a0fd7f999
Generate bindingtester2 tarball for test
...
bindingtester2-${FDB_VERSION} is generated in packages/ directory.
It is possible to run the test by
j start --tarball bindingtester2-7.3.0.tar.gz --max-runs 1000
and submit the test to joshua system. Joshua will run the tests in
parallel and tests will not impact each other. Yet it will take long
time for each run.
2023-01-23 17:56:36 -08:00
Lukas Joswiak
fc08313925
Use path relative to Python binary
2021-11-16 16:36:44 -08:00
Lukas Joswiak
8d4ec8562d
Move generated versions.target file to build directory
2021-11-16 16:36:44 -08:00
Mohamed Oulmahdi
f83d97ee39
Enable documentation for Windows
2021-09-15 16:31:25 -06:00
Mohamed Oulmahdi
7b590c2447
Add support for building on Windows via Docker
...
- Add Dockerfile.windows and Dockerfile..windows.devel
- build.ps1: script that produces the binaries (MSI, tools)
- CMake: disable building documentation on windows (not supported)
- Fix invalid path when building setup with WIX
- Remove deprecated @Action attribute from wix project
2021-07-08 11:42:16 +02:00
Saurabh Chaturvedi
830b0aa938
SimpleHTTPServer -> http.server for CMake
2020-02-21 12:31:46 +05:30
Saurabh Chaturvedi
ed1458c834
Have CMake build docs with Python3
2020-02-17 19:30:03 +05:30
mpilman
bb88458830
Merge branch 'features/documentation-server' of github.com:mpilman/foundationdb into features/documentation-server
2020-01-22 14:25:00 -08:00
mpilman
6b11a3ee21
handle cases where no username is set
2020-01-22 14:24:01 -08:00
Markus Pilman
ff11c29258
Typo
...
Co-Authored-By: A.J. Beamon <ajbeamon@users.noreply.github.com>
2020-01-22 14:14:08 -08:00
mpilman
30e4f14d1d
make port number deterministic
2020-01-22 14:04:31 -08:00
mpilman
92f4c30150
Add `docpreview` target
2020-01-22 13:38:39 -08:00
mpilman
2322571df2
Ported flow tutorial to fdb 6
2019-08-07 08:28:14 -07:00
A.J. Beamon
9619013abc
Convert warnings to errors in Sphinx documentation builds
2019-06-14 09:45:18 -07:00
mpilman
9b7dcc4ed5
flow, python, and go bindings
2019-02-15 00:01:42 -08:00
mpilman
0d01dc073b
add package_html target to create tgz of html
2019-02-15 00:01:42 -08:00
mpilman
308db3772c
build sphinx documentation
2019-02-15 00:01:42 -08:00
mpilman
543e6b9000
intermediate commit
2019-02-15 00:01:42 -08:00