diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 62b0ad3..9e63d9c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -110,9 +110,11 @@ pages: - cargo/ script: - rustup toolchain install --profile minimal nightly-$TARGET + - rm -rf public + - mkdir public + - cp doc/index.html public - cargo +nightly-$TARGET doc --no-deps --features "az f16 serde std" - - cp doc/index.html target/doc - - mv target/doc public + - mv target/doc public/dev artifacts: paths: - public diff --git a/doc/index.html b/doc/index.html index 7412813..58a5226 100644 --- a/doc/index.html +++ b/doc/index.html @@ -1,9 +1,54 @@ -fixed - Rust

Fixed-point numbers

-

The fixed crate provides fixed-point numbers. Here you can find the documentation for the current development version of the crate.

-

Documentation

- -
-
+ + + + + + + + + fixed - Rust + + + + + + + + + + + + +
+ +
+
+ +
+
+

Fixed-point numbers

+

The fixed crate provides fixed-point numbers. Here you can find the documentation for the current development version of the crate.

+

Documentation

+ +
+
+ + + + +